Ejemplo n.º 1
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 /// <param name="args">Strings passed to the application at startup from Command Prompt</param>
 static void Main(string[] args)
 {
     using (SimulationMain game = new SimulationMain())
     {
         game.Run();
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 /// <param name="args">Strings passed to the application at startup from Command Prompt</param>
 static void Main(string[] args)
 {
     using (SimulationMain game = new SimulationMain())
     {
         game.Run();
     }
 }