Ejemplo n.º 1
0
        private void btnLeave_Click(object sender, RoutedEventArgs e)
        {
            FilmA filmA = new FilmA();

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

            this.NavigationService.Navigate(filmA);
        }