章政 8 лет назад
Родитель
Сommit
091bfba099
1 измененных файлов с 1 добавлено и 1 удалено
  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;