Esempio n. 1
0
 public override void DidFinishLaunching(NSNotification notification)
 {
     AnimatingViewsWindowController = new AnimatingViewsWindowController();
     AnimatingViewsWindowController.Window.MakeKeyAndOrderFront(this);
 }
Esempio n. 2
0
		public override void FinishedLaunching (NSObject notification)
		{
			animatingViewsWindowController = new AnimatingViewsWindowController ();
			animatingViewsWindowController.Window.MakeKeyAndOrderFront (this);
		}
 public override void FinishedLaunching(NSObject notification)
 {
     animatingViewsWindowController = new AnimatingViewsWindowController();
     animatingViewsWindowController.Window.MakeKeyAndOrderFront(this);
 }