public override void DidFinishLaunching (NSNotification notification) { welcomeScreen = new WelcomeController (); welcomeScreen.Window.MakeKeyAndOrderFront (this); }
public override void DidFinishLaunching(NSNotification notification) { welcomeScreen = new WelcomeController(); welcomeScreen.Window.MakeKeyAndOrderFront(this); }