コード例 #1
0
 private void HyperlinkHome_Click(object sender, RoutedEventArgs e)
 {
     HomePage homePage = new HomePage();
     ApplicationNavigator.ApplicationContentFrame.NavigationService.Navigate(homePage);
 }
コード例 #2
0
 private void HyperlinkHome_Click(object sender, RoutedEventArgs e)
 {
     MainWindow mainWindow = (MainWindow)System.Windows.Application.Current.MainWindow;
     HomePage homePage = new HomePage();
     ApplicationNavigator.ApplicationContentFrame.NavigationService.Navigate(homePage);
 }