예제 #1
0
 public void reset()
 {
     Console.WriteLine(System.DateTime.Now + " Resetting Simulator");
     foreach (KeyValuePair <string, Thread> store in storesList)
     {
         store.Value.Abort();
     }
     storeNames = new StoreNames();
     storesList = new Dictionary <string, Thread>();
 }
예제 #2
0
 /// <summary>
 ///
 /// </summary>
 public SimulatorStores()
 {
     storeNames = new StoreNames();
 }