Ejemplo n.º 1
0
 static void Main()
 {
     using (GameWindowTest test = new GameWindowTest())
     {
         test.Run();
     };
 }
Ejemplo n.º 2
0
 static void Main()
 {
     using (GameWindowTest test = new GameWindowTest())
     {
         test.Run();
     };
 }