예제 #1
0
 private static void Main(string[] args)
 {
     using (BlockWorld gw = new BlockWorld(800, 600, "Test"))
     {
         gw.Run(60.0);
     }
 }