BraintreeEncryptionExample.Settings.NavigateToMainPage C# (CSharp) Method

NavigateToMainPage() private method

private NavigateToMainPage ( ) : void
return void
        private void NavigateToMainPage()
        {
            NavigationService.Navigate(new Uri("/MainPage.xaml", UriKind.Relative));
        }