Example #1
0
 static void Main(string[] args)
 {
     using (StaticLevelDemo game = new StaticLevelDemo())
     {
         game.Run();
     }
 }
Example #2
0
 static void Main(string[] args)
 {
     using (StaticLevelDemo game = new StaticLevelDemo())
     {
         game.Run();
     }
 }