C# Class Gochiusearch.Mac.AppDelegate

Inheritance: NSApplicationDelegate
Datei anzeigen Open project: ksasao/Gochiusearch

Public Methods

Method Description
AppDelegate ( ) : System
ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
DidFinishLaunching ( NSNotification notification ) : void
WillTerminate ( NSNotification notification ) : void

Private Methods

Method Description
NavigateToGithub ( NSObject sender ) : void

Method Details

AppDelegate() public method

public AppDelegate ( ) : System
return System

ApplicationShouldTerminateAfterLastWindowClosed() public method

public ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
sender NSApplication
return bool

DidFinishLaunching() public method

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

WillTerminate() public method

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