lcl 2 anni fa
parent
commit
1b2c91ef2b
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      AppStart/TestHelper.cs

+ 3 - 3
AppStart/TestHelper.cs

@@ -32,9 +32,9 @@ namespace MySystem
             thread3.Start();
             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()
         public void ImportPostDo()