C# Class Example3_4.AppDelegate

Inheritance: NSApplicationDelegate
Mostra file Open project: mono/sysdrawing-coregraphics

Public Methods

Method Description
AppDelegate ( ) : System
ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
DidFinishLaunching ( NSNotification notification ) : void

Method Details

AppDelegate() public method

public AppDelegate ( ) : System
return System

ApplicationShouldTerminateAfterLastWindowClosed() public method

public ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
sender NSApplication
return bool

DidFinishLaunching() public method

public DidFinishLaunching ( NSNotification notification ) : void
notification NSNotification
return void