Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     Common.Coroutine.Machine e = new Common.Coroutine.Machine();
     e.StartThread(new Test());
     while (true)
     {
         e.Update();
         Console.ReadKey();
         Time++;
     }
 }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     Common.Coroutine.Machine e = new Common.Coroutine.Machine();
     e.StartThread(new Test());
     while (true)
     {
         e.Update();
         Console.ReadKey();
         Time++;
     }
 }