示例#1
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 /// <param name="args">
 /// Параметры командной строки.
 /// </param>
 public static void Main(string[] args)
 {
     using (GameRobot game = new GameRobot())
     {
         game.Run();
     }
 }
示例#2
0
文件: Program.cs 项目: QsDev/csharp
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 /// <param name="args">
 /// Параметры командной строки.
 /// </param>
 public static void Main(string[] args)
 {
     using (GameRobot game = new GameRobot())
     {
         game.Run();
     }
 }