Przeglądaj źródła

修复线程bug

lcl 2 lat temu
rodzic
commit
1b2c91ef2b
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      AppStart/TestHelper.cs

+ 3 - 3
AppStart/TestHelper.cs

@@ -32,9 +32,9 @@ namespace MySystem
             thread3.Start();
 
             
-            Thread thread3 = new Thread(ImportVirtualCard);
-            thread3.IsBackground = true;
-            thread3.Start();            
+            Thread thread4 = new Thread(ImportVirtualCard);
+            thread4.IsBackground = true;
+            thread4.Start();            
         }
 
         public void ImportPostDo()