Inheritance: AppKit.NSWindowController
Exemplo n.º 1
0
 public override void DidFinishLaunching(NSNotification notification)
 {
     parentWindowController = new ParentWindowController();
     parentWindowController.Window.MakeKeyAndOrderFront(this);
 }
Exemplo n.º 2
0
 public MyDrawerDelegate(ParentWindowController controller) : base()
 {
     this.controller = controller;
 }
Exemplo n.º 3
0
		public override void DidFinishLaunching (NSNotification notification)
		{
			parentWindowController = new ParentWindowController ();
			parentWindowController.Window.MakeKeyAndOrderFront (this);
		}
Exemplo n.º 4
0
		public MyDrawerDelegate(ParentWindowController controller):base() 
		{
			this.controller = controller;
		}