C# Class Gochiusearch.Mac.AppDelegate

Inheritance: NSApplicationDelegate
Afficher le fichier Open project: ksasao/Gochiusearch

Méthodes publiques

Méthode Description
AppDelegate ( ) : System
ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
DidFinishLaunching ( NSNotification notification ) : void
WillTerminate ( NSNotification notification ) : void

Private Methods

Méthode Description
NavigateToGithub ( NSObject sender ) : void

Method Details

AppDelegate() public méthode

public AppDelegate ( ) : System
Résultat System

ApplicationShouldTerminateAfterLastWindowClosed() public méthode

public ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
sender NSApplication
Résultat bool

DidFinishLaunching() public méthode

public DidFinishLaunching ( NSNotification notification ) : void
notification NSNotification
Résultat void

WillTerminate() public méthode

public WillTerminate ( NSNotification notification ) : void
notification NSNotification
Résultat void