C# Class MacTunez.AppDelegate

Inheritance: NSApplicationDelegate
Mostra file Open project: alanmcgovern/tunez

Private Properties

Property Type Description

Public Methods

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

Method Details

AppDelegate() public method

public AppDelegate ( ) : AppKit
return AppKit

ApplicationShouldHandleReopen() public method

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