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