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