Explorar el Código

初步修改报告程序的“驱动电镜到颗粒位置”功能不太正常bug(待真机测试)

CXS hace 4 años
padre
commit
c292f66ac8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      OTSIncAReportApp/Control_Grids/ParticlesGridDevidePage.cs

+ 3 - 0
OTSIncAReportApp/Control_Grids/ParticlesGridDevidePage.cs

@@ -165,6 +165,9 @@ namespace OTSIncAReportGrids
 
             m_frm_userprogress = new Frm_UserProgress();
 
+            m_mythread_state = false;
+            m_mythread = new Thread(new ParameterizedThreadStart(Thread_GO));
+
             lan = new Language(this);
             table = lan.GetNameTable(this.Name);