C# Class MacTunez.AppDelegate

Inheritance: NSApplicationDelegate
Afficher le fichier Open project: alanmcgovern/tunez

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AppDelegate ( ) : AppKit
ApplicationShouldHandleReopen ( NSApplication sender, bool hasVisibleWindows ) : bool
DidFinishLaunching ( NSNotification notification ) : void
WillTerminate ( NSNotification notification ) : void

Method Details

AppDelegate() public méthode

public AppDelegate ( ) : AppKit
Résultat AppKit

ApplicationShouldHandleReopen() public méthode

public ApplicationShouldHandleReopen ( NSApplication sender, bool hasVisibleWindows ) : bool
sender NSApplication
hasVisibleWindows bool
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