예제 #1
0
 public override void FinishedLaunching(MonoMac.Foundation.NSObject notification)
 {
     game = new WarehouseZombieAttack.Game();
     game.Run();
 }
예제 #2
0
 public override void FinishedLaunching(MonoMac.Foundation.NSObject notification)
 {
     game = new WarehouseZombieAttack.Game ();
     game.Run ();
 }