BuildItConfigSample.UWP.Setup.Setup C# (CSharp) Method

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
        public Setup(Frame rootFrame, string suspensionManagerSessionStateKey = null) : base(rootFrame, suspensionManagerSessionStateKey)
        {
        }

Same methods

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