Xwt.Mac.AppDelegate.WillFinishLaunching C# (CSharp) 메소드

WillFinishLaunching() 공개 메소드

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