Browse Source

修改单元测试主窗体

wb_han 5 years ago
parent
commit
efab66f4a9
2 changed files with 232 additions and 159 deletions
  1. 230 157
      HOZProject/FormUCMain.Designer.cs
  2. 2 2
      HOZProject/FormUCMain.cs

File diff suppressed because it is too large
+ 230 - 157
HOZProject/FormUCMain.Designer.cs


+ 2 - 2
HOZProject/FormUCMain.cs

@@ -16,8 +16,8 @@ namespace HOZProject
     {
         #region 全局变量定义
         //全局只有一个fatorySEM
-        //static FactoryHardware factorySEM = FactoryHardware.Instance;
-        ISEMControl iSEM = null;//factorySEM.ISEM;
+        static FactoryHardware factorySEM = FactoryHardware.Instance;
+        ISEMControl iSEM = factorySEM.ISEM;
         //电镜连接状态变量
         bool m_SEMConnectState = false;
         //自动状态变量

Some files were not shown because too many files changed in this diff