예제 #1
0
파일: Program.cs 프로젝트: Ramos04/CIS580
 private static void Main()
 {
     using (var game = new GameMain())
         game.Run();
 }