From ad40d229b6e473d70618b63c284425e71ac1ef2b Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 05 九月 2024 10:23:47 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/IStation/shys/ChEqCalc.V1.3 --- Desktop/IStation.Desktop.ChCalc/Program.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Desktop/IStation.Desktop.ChCalc/Program.cs b/Desktop/IStation.Desktop.ChCalc/Program.cs index 5cf451b..849edae 100644 --- a/Desktop/IStation.Desktop.ChCalc/Program.cs +++ b/Desktop/IStation.Desktop.ChCalc/Program.cs @@ -38,7 +38,7 @@ System.Windows.Forms.Application.EnableVisualStyles(); System.Windows.Forms.Application.SetCompatibleTextRenderingDefault(false); - IStation.LogHelper.Initial(); + //IStation.LogHelper.Initial(); //字体 var font = new System.Drawing.Font("微软雅黑", 10); -- Gitblit v1.9.3