C# Class Solar.Car.Mac.AppDelegate

Inheritance: MonoMac.AppKit.NSApplicationDelegate
Show file Open project: nusolar/sc6-telemetry-code

Public Methods

Method Description
AppDelegate ( ) : System
ApplicationShouldTerminate ( NSApplication sender ) : NSApplicationTerminateReply
ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
FinishedLaunching ( NSObject notification ) : void
SolarCarMain ( ) : Task
SolarCarStop ( NSObject sender ) : void

Method Details

AppDelegate() public method

public AppDelegate ( ) : System
return System

ApplicationShouldTerminate() public method

public ApplicationShouldTerminate ( NSApplication sender ) : NSApplicationTerminateReply
sender MonoMac.AppKit.NSApplication
return NSApplicationTerminateReply

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

SolarCarMain() public method

public SolarCarMain ( ) : Task
return Task

SolarCarStop() public method

public SolarCarStop ( NSObject sender ) : void
sender MonoMac.Foundation.NSObject
return void