فهرست منبع

修复线程bug

lcl 2 سال پیش
والد
کامیت
1b2c91ef2b
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  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()