Browse Source

修改提示时间为2秒

章政 8 years ago
parent
commit
b715a27f56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS_AutoPass/Form2.cs

+ 1 - 1
UAS_AutoPass/Form2.cs

@@ -48,7 +48,7 @@ namespace UAS_AutoPass
         private void bw_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e)
         {
             aa();
-            Thread.Sleep(1000);
+            Thread.Sleep(2000);
             bb();
         }
         public void aa()