コード例 #1
0
        private void StatistiquesMenu_Click(object sender, RoutedEventArgs e)
        {
            StatistiquesVue vue = new StatistiquesVue(User);

            vue.Show();
            this.Close();
        }
コード例 #2
0
        // 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();
        }