Esempio n. 1
0
 public static void Thread_Queue_Moving()
 {
     Queue = new Collections.CustomerQueue();
       while (true)
       {
     Queue.MoveQueue();
     Thread.Sleep(5);
       }
 }
Esempio n. 2
0
 ////////////////////////////////////////////
 public static void StartQueueing()
 {
     Queue = new Collections.CustomerQueue();
       Queue.AddToQueue();
 }
Esempio n. 3
0
 ////////////////////////////////////////////
 public static void StartQueueing()
 {
     Queue = new Collections.CustomerQueue();
     Queue.AddToQueue();
 }