Explorar o código

修复线程bug

lcl %!s(int64=2) %!d(string=hai) anos
pai
achega
1b2c91ef2b
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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()