C# Class Sample.Mac.AppDelegate

Inheritance: NSApplicationDelegate
Afficher le fichier Open project: Clancey/SimpleAuth

Méthodes publiques

Méthode Description
AppDelegate ( ) : AppKit
DidFinishLaunching ( NSNotification notification ) : void
WillTerminate ( NSNotification notification ) : void

Private Methods

Méthode Description
UrlHandleEvent ( NSAppleEventDescriptor evt, NSAppleEventDescriptor replyEvt ) : void

Method Details

AppDelegate() public méthode

public AppDelegate ( ) : AppKit
Résultat AppKit

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