Beispiel #1
0
 static void Main(string[] args)
 {
     using (CornerDemo game = new CornerDemo())
     {
         game.Run();
     }
 }
Beispiel #2
0
 static void Main(string[] args)
 {
     using (CornerDemo game = new CornerDemo())
     {
         game.Run();
     }
 }