Esempio n. 1
0
		public override void FinishedLaunching (MonoMac.Foundation.NSObject notification)
		{			
			game = new Game1();
			game.Run();
		}