Xwt.Mac.AppDelegate.WillFinishLaunching C# (CSharp) Méthode

WillFinishLaunching() public méthode

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