Beispiel #1
0
 static void Main(string[] args)
 {
     using(WarlordApplication game = new WarlordApplication())
     {
         game.Run();
     }
 }
Beispiel #2
0
 static void Main(string[] args)
 {
     using (WarlordApplication game = new WarlordApplication())
     {
         game.Run();
     }
 }
 public static void SetCurrentApplication(WarlordApplication currentApplication)
 {
     application = currentApplication;
 }