C# Class BuildItConfigSample.UWP.Setup

Inheritance: MvvmCross.WindowsUWP.Platform.MvxWindowsSetup
Datei anzeigen Open project: builttoroam/BuildIt Class Usage Examples

Public Methods

Method Description
Setup ( Frame rootFrame, string suspensionManagerSessionStateKey = null ) : Windows.UI.Xaml.Controls
Setup ( IMvxWindowsFrame rootFrame ) : Windows.UI.Xaml.Controls

Protected Methods

Method Description
CreateApp ( ) : IMvxApplication

Method Details

CreateApp() protected method

protected CreateApp ( ) : IMvxApplication
return IMvxApplication

Setup() public method

public Setup ( Frame rootFrame, string suspensionManagerSessionStateKey = null ) : Windows.UI.Xaml.Controls
rootFrame Windows.UI.Xaml.Controls.Frame
suspensionManagerSessionStateKey string
return Windows.UI.Xaml.Controls

Setup() public method

public Setup ( IMvxWindowsFrame rootFrame ) : Windows.UI.Xaml.Controls
rootFrame IMvxWindowsFrame
return Windows.UI.Xaml.Controls