コード例 #1
0
ファイル: Program.cs プロジェクト: BenjaminRSergent/Warlord
 static void Main(string[] args)
 {
     using(WarlordApplication game = new WarlordApplication())
     {
         game.Run();
     }
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: BenjaminRSergent/Warlord
 static void Main(string[] args)
 {
     using (WarlordApplication game = new WarlordApplication())
     {
         game.Run();
     }
 }
コード例 #3
0
 public static void SetCurrentApplication(WarlordApplication currentApplication)
 {
     application = currentApplication;
 }