public override void DidFinishLaunching (MonoMac.Foundation.NSNotification notification) { wizard = new AppleDocWizardController (); NSApplication.SharedApplication.ActivateIgnoringOtherApps (true); wizard.Window.MakeMainWindow (); wizard.Window.MakeKeyWindow (); wizard.Window.MakeKeyAndOrderFront (this); wizard.Window.Center (); wizard.VerifyFreshnessAndLaunchDocProcess (); NSApplication.SharedApplication.RunModalForWindow (wizard.Window); }
public override void DidFinishLaunching(MonoMac.Foundation.NSNotification notification) { wizard = new AppleDocWizardController(); NSApplication.SharedApplication.ActivateIgnoringOtherApps(true); wizard.Window.MakeMainWindow(); wizard.Window.MakeKeyWindow(); wizard.Window.MakeKeyAndOrderFront(this); wizard.Window.Center(); wizard.VerifyFreshnessAndLaunchDocProcess(); NSApplication.SharedApplication.RunModalForWindow(wizard.Window); }
public override void DidFinishLaunching (MonoMac.Foundation.NSNotification notification) { wizard = new AppleDocWizardController (); wizard.Window.Center (); NSApplication.SharedApplication.RunModalForWindow (wizard.Window); }