/// <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(); } }