CameraRengerTarget.AppDelegate.DidFinishLaunching C# (CSharp) Method

DidFinishLaunching() public method

public DidFinishLaunching ( NSNotification notification ) : void
notification NSNotification
return void
        public override void DidFinishLaunching(NSNotification notification)
        {
            mainWindowController = new MainWindowController ();
            mainWindowController.Window.MakeKeyAndOrderFront (this);
        }