jimmy.jiang@vinno.com 8 miesięcy temu
rodzic
commit
3aac6133dc
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      vStationManagementTool/MainWindow.xaml.cs

+ 2 - 2
vStationManagementTool/MainWindow.xaml.cs

@@ -435,8 +435,8 @@ namespace vStationManagementTool
                             if (_connectStatus)
                             {
                                 _isTestingServer=false;
-                                var tip=isRestart?""
-                                MessageBox.Show(owner: this, "服务器已开启", "提示");
+                                var tip = isRestart ? "服务器已重启" : "服务器已开启";
+                                MessageBox.Show(owner: this, tip, "提示");
                                 break;
                             } 
                             if (count == 15)