Change current page in a Windows App.
//requires a page called OptionsPage exists
this.Frame.Navigate(typeof(OptionsPage));
Change current page in a Windows App.
//requires a page called OptionsPage exists
this.Frame.Navigate(typeof(OptionsPage));