Parcourir la source

修复线程bug

lcl il y a 2 ans
Parent
commit
1b2c91ef2b
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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()