C# Class WshLst.MonoTouch.AppDelegate

Inheritance: Cirrious.MvvmCross.Touch.Platform.MvxApplicationDelegate, IMvxServiceConsumer
Datei anzeigen Open project: Redth/WshLst

Public Methods

Method Description
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
WillTerminate ( UIApplication application ) : void

Method Details

FinishedLaunching() public method

public FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
app UIApplication
options NSDictionary
return bool

WillTerminate() public method

public WillTerminate ( UIApplication application ) : void
application UIApplication
return void