|
@@ -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)
|