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