@@ -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
//记录验证无效
-