فهرست منبع

处理 nlog 多次 弹出 的 bug

CXS 3 سال پیش
والد
کامیت
c2e800d625

+ 1 - 1
OTSIncAReportApp/Control_Graph/Controls/Control_DrawDistrbutionImageAndBSE.cs

@@ -211,7 +211,7 @@ namespace OTSIncAReportGraph.Controls
         //List<CGridDataClr> m_list_cgriddataclr = null;
 
         public List<Particle> SelectedParticles { set; get; }
-        OTSIncAReportApp.frmReportApp m_ReportApp=new OTSIncAReportApp.frmReportApp();
+        OTSIncAReportApp.frmReportApp m_ReportApp;
         ResultFile resultFile = null;
 
 

+ 1 - 1
OTSIncAReportApp/Control_Graph/OTSIncAReportGraphFuncation/OTSIncAReportFun.cs

@@ -76,7 +76,7 @@ namespace OTSIncAReportGraph.OTSIncAReportGraphFuncation
         //连接到电镜的ID号
         public int m_SEM_ID = 0;
 
-        private OTSIncAReportApp.frmReportApp ReportApp = new OTSIncAReportApp.frmReportApp();
+        private OTSIncAReportApp.frmReportApp ReportApp;
 
         //国际化
         Language lan = new Language();