Browse Source

删除无用代码

章政 7 years ago
parent
commit
f7c7316f6c
1 changed files with 0 additions and 11 deletions
  1. 0 11
      UAS_CheckWork/Form2.cs

+ 0 - 11
UAS_CheckWork/Form2.cs

@@ -18,16 +18,6 @@ namespace UAS_CheckWork
         public Form2()
         {
             InitializeComponent();
-            //new Thread(() =>
-            //{
-            //    while (true)
-            //    {
-            //        try { label1.BeginInvoke(new MethodInvoker(() => label1.Text = DateTime.Now.ToString())); }
-            //        catch { }
-            //        Thread.Sleep(1000);
-            //    }
-            //})
-            //{ IsBackground = true }.Start();
         }
 
         DataHelper dh = new DataHelper();
@@ -161,6 +151,5 @@ namespace UAS_CheckWork
                 //记录验证无效
             }
         }
-
     }
 }