C# Class TransitApp.WindowsPhone.Setup

Defines the Setup type.
Inheritance: Cirrious.MvvmCross.WindowsPhone.Platform.MvxPhoneSetup
显示文件 Open project: nycmobiledev/transit-app Class Usage Examples

Public Methods

Method Description
Setup ( PhoneApplicationFrame rootFrame ) : Cirrious.CrossCore

Initializes a new instance of the Setup class.

Protected Methods

Method Description
CreateApp ( ) : IMvxApplication

Creates the app.

InitializeLastChance ( ) : void

Method Details

CreateApp() protected method

Creates the app.
protected CreateApp ( ) : IMvxApplication
return IMvxApplication

InitializeLastChance() protected method

protected InitializeLastChance ( ) : void
return void

Setup() public method

Initializes a new instance of the Setup class.
public Setup ( PhoneApplicationFrame rootFrame ) : Cirrious.CrossCore
rootFrame PhoneApplicationFrame The root frame.
return Cirrious.CrossCore