AnyPlace.MainPage.about_click C# (CSharp) Method

about_click() private method

private about_click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void about_click(object sender, EventArgs e)
        {
            // NavigationService.Navigate(new Uri("/Settings.xaml?", UriKind.Relative));
            NavigationService.Navigate(new Uri("/About.xaml?", UriKind.Relative));
        }
MainPage