Example #1
0
 /// <summary>
 /// アプリケーションのメイン エントリー ポイントです。
 /// </summary>
 static void Main(string[] args)
 {
     using (BlockViewerGame game = new BlockViewerGame())
     {
         game.Run();
     }
 }
Example #2
0
 /// <summary>
 /// アプリケーションのメイン エントリー ポイントです。
 /// </summary>
 static void Main(string[] args)
 {
     using (BlockViewerGame game = new BlockViewerGame())
     {
         game.Run();
     }
 }