jimmy.jiang@vinno.com 8 月之前
父节点
当前提交
3aac6133dc
共有 1 个文件被更改,包括 2 次插入2 次删除
  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)