Browse Source

修改sysmgrapp电镜相关按钮重复点击无效的bug

CXS 4 years ago
parent
commit
f0f6bfe3e5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      OTSSysMgrApp/ControllerSettingForm.cs

+ 1 - 0
OTSSysMgrApp/ControllerSettingForm.cs

@@ -1044,6 +1044,7 @@ namespace OTSSysMgrApp
                 chartXRay.Refresh();
                 //EDS过程结束
                 //cfun.EDSFinishedInstance();
+                ConnectionState = false;
                 log.Info("Cleared successfully!");
             }
             catch (Exception ex)