/// <summary> /// 应用程序的主入口点。 /// </summary> static void Main(string[] args) { using (Game1 game = new Game1()) { game.Run(); } }