Inheritance: NSWindowController
Exemplo n.º 1
0
 public override void DidFinishLaunching(NSNotification notification)
 {
     mainWindowController = new MainWindowController ();
     mainWindowController.Window.MakeKeyAndOrderFront (this);
 }