AnyPlace.MainPage.about_click C# (CSharp) 메소드

about_click() 개인적인 메소드

private about_click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 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