CameraRengerTarget.AppDelegate.DidFinishLaunching C# (CSharp) Méthode

DidFinishLaunching() public méthode

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