C# Class Example3_4.AppDelegate

Inheritance: NSApplicationDelegate
Afficher le fichier Open project: mono/sysdrawing-coregraphics

Méthodes publiques

Méthode Description
AppDelegate ( ) : System
ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
DidFinishLaunching ( NSNotification notification ) : 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