AmbientLight.MainPage.MainPage C# (CSharp) Method

MainPage() public method

public MainPage ( ) : System
return System
        public MainPage()
        {
            this.InitializeComponent();

            this.NavigationCacheMode = NavigationCacheMode.Required;

            this.DataContext = this.viewModel = App.Current;
        }