示例#1
0
文件: Program.cs 项目: Ramos04/CIS580
 private static void Main()
 {
     using (var game = new GameMain())
         game.Run();
 }