private void StatistiquesMenu_Click(object sender, RoutedEventArgs e) { StatistiquesVue vue = new StatistiquesVue(User); vue.Show(); this.Close(); }
// Menu Statistique private void StatistiquesMenu_Click(object sender, RoutedEventArgs e) { this.Visibility = System.Windows.Visibility.Hidden; StatistiquesVue vue = new StatistiquesVue(User); vue.Show(); this.Close(); }