Browse Source

补充提交

cxs 1 year ago
parent
commit
0d7615740c

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

@@ -175,7 +175,7 @@ namespace OTSIncAReportGraph.Controls
         private DISTRIBUTION_IMAGE_SHOW_MODE showMode;
 
         static System.Windows.Forms.Timer delaytimer = new System.Windows.Forms.Timer();
-        //Logger log;
+        Logger log;
         /// <summary>
         /// 当前正在显示的数据源名称,用来与框架调用条件判断使用
         /// </summary>
@@ -223,7 +223,7 @@ namespace OTSIncAReportGraph.Controls
 
         public Control_DrawDistrbutionImageAndBSE(OTSIncAReportApp.frmReportApp ReportApp)
         {
-            //log = NLog.LogManager.GetCurrentClassLogger();
+            log = NLog.LogManager.GetCurrentClassLogger();
             m_list_allDfield = new List<DisplayField>();
             m_list_allDPart = new List<DisplayParticle>();