private void btnLeave_Click(object sender, RoutedEventArgs e) { FilmA filmA = new FilmA(); this.NavigationService.Navigate(filmA); //System.Windows.Application.Current.Shutdown(); }
private void ButtonBClick(object sender, RoutedEventArgs e) { FilmA filmA = new FilmA(); this.NavigationService.Navigate(filmA); }