コード例 #1
0
ファイル: Program.cs プロジェクト: bkgood/misc-code
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (MapGame game = new MapGame()) {
         game.Run();
     }
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: bkgood/misc-code
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (MapGame game = new MapGame()) {
         game.Run();
     }
 }