public MainWindow() { InitializeComponent(); Choix1 c1 = new Choix1(); myframe.NavigationService.Navigate(c1); }
private void Button_Click_1(object sender, RoutedEventArgs e) { Choix1 c1 = new Choix1(); NavigationService.Navigate(c1); }