Beispiel #1
0
 static void Main(string[] args)
 {
     // Profiler.EnableAll();
     using (var game = new NextGenTest1())
     {
         game.Run();
     }
 }
Beispiel #2
0
 static void Main(string[] args)
 {
     // Profiler.EnableAll();
     using (var game = new NextGenTest1())
     {
         game.Run();
     }
 }