Explorar o código

测试修改内容

章政 %!s(int64=8) %!d(string=hai) anos
pai
achega
091bfba099
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UAS-MES/Main.cs

+ 1 - 1
UAS-MES/Main.cs

@@ -78,7 +78,7 @@ namespace UAS_MES
         //窗体加载的时候将headBar的事件委托给指定的函数
         private void Main_Load(object sender, EventArgs e)
         {
-            thread = new Thread(DeleteLog);
+            thread = new Thread(DeleteLog); 
             thread.Start();
             RefreshDBConnect.Interval = 600 * 1000;
             RefreshDBConnect.Tick += RefreshDB;