private void HyperlinkHome_Click(object sender, RoutedEventArgs e) { HomePage homePage = new HomePage(); ApplicationNavigator.ApplicationContentFrame.NavigationService.Navigate(homePage); }
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); }