Beispiel #1
0
 static void Main()
 {
     using (GameWindowTest test = new GameWindowTest())
     {
         test.Run();
     };
 }
Beispiel #2
0
 static void Main()
 {
     using (GameWindowTest test = new GameWindowTest())
     {
         test.Run();
     };
 }