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