Accelerometer.AppDelegate.DidFinishLaunching C# (CSharp) 메소드

DidFinishLaunching() 공개 메소드

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