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

WillFinishLaunching() public method

public WillFinishLaunching ( NSNotification notification ) : void
notification NSNotification
return void
		public override void WillFinishLaunching(NSNotification notification)
		{
			NSAppleEventManager eventManager = NSAppleEventManager.SharedAppleEventManager;
			eventManager.SetEventHandler (this, new Selector ("handleGetURLEvent:withReplyEvent:"), AEEventClass.Internet, AEEventID.GetUrl);
		}