예제 #1
0
 static void RunGame()
 {
     using (Box2dDemo game = new Box2dDemo())
     {
         game.Run();
     }
 }
예제 #2
0
 static void RunGame()
 {
     using (Box2dDemo game = new Box2dDemo())
     {
         game.Run();
     }
 }