C# Class Sample.Mac.AppDelegate

Inheritance: NSApplicationDelegate
ファイルを表示 Open project: Clancey/SimpleAuth

Public Methods

Method Description
AppDelegate ( ) : AppKit
DidFinishLaunching ( NSNotification notification ) : void
WillTerminate ( NSNotification notification ) : void

Private Methods

Method Description
UrlHandleEvent ( NSAppleEventDescriptor evt, NSAppleEventDescriptor replyEvt ) : void

Method Details

AppDelegate() public method

public AppDelegate ( ) : AppKit
return AppKit

DidFinishLaunching() public method

public DidFinishLaunching ( NSNotification notification ) : void
notification NSNotification
return void

WillTerminate() public method

public WillTerminate ( NSNotification notification ) : void
notification NSNotification
return void