Ejemplo n.º 1
0
 static public void Main()
 {
     using (var game = new TestTesselation(true))
     {
         game.Run();
     }
 }
Ejemplo n.º 2
0
 static public void Main()
 {
     using (var game = new TestTesselation(true))
     {
         game.Run();
     }
 }