C# Class TwoMinuteGrowler.AppDelegate

Inheritance: MonoMac.AppKit.NSApplicationDelegate
Mostra file Open project: kangaroo/monomac

Public Methods

Method Description
AppDelegate ( ) : System
ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
FinishedLaunching ( NSObject notification ) : void

Method Details

AppDelegate() public method

public AppDelegate ( ) : System
return System

ApplicationShouldTerminateAfterLastWindowClosed() public method

public ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
sender MonoMac.AppKit.NSApplication
return bool

FinishedLaunching() public method

public FinishedLaunching ( NSObject notification ) : void
notification MonoMac.Foundation.NSObject
return void