Xwt.Mac.AppDelegate.DidFinishLaunching C# (CSharp) Method

DidFinishLaunching() public method

public DidFinishLaunching ( NSNotification notification ) : void
notification NSNotification
return void
		public override void DidFinishLaunching (NSNotification notification)
		{
			launched = true;
			foreach (var w in pendingWindows)
				w.InternalShow ();
		}