C# Class TipCalc.UI.Mac.AppDelegate

Inheritance: MvvmCross.Mac.Platform.MvxApplicationDelegate
显示文件 Open project: MvvmCross/MvvmCross-Samples

Public Methods

Method Description
DidFinishLaunching ( NSNotification notification ) : void
WillTerminate ( NSNotification notification ) : void

Method Details

DidFinishLaunching() public method

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

WillTerminate() public method

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