コード例 #1
0
ファイル: Program.cs プロジェクト: willcraftia/Blocks
 /// <summary>
 /// アプリケーションのメイン エントリー ポイントです。
 /// </summary>
 static void Main(string[] args)
 {
     using (UIDemoGame game = new UIDemoGame())
     {
         game.Run();
     }
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: willcraftia/Blocks
 /// <summary>
 /// アプリケーションのメイン エントリー ポイントです。
 /// </summary>
 static void Main(string[] args)
 {
     using (UIDemoGame game = new UIDemoGame())
     {
         game.Run();
     }
 }