private void HyperlinkContactUs_Click(object sender, RoutedEventArgs e)
 {
     ContactUsPage contactUsPage = new ContactUsPage();
     ApplicationNavigator.ApplicationContentFrame.NavigationService.Navigate(contactUsPage);
 }
Ejemplo n.º 2
0
        private void HyperlinkContactUs_Click(object sender, RoutedEventArgs e)
        {
            ContactUsPage contactUsPage = new ContactUsPage();

            ApplicationNavigator.ApplicationContentFrame.NavigationService.Navigate(contactUsPage);
        }