コード例 #1
0
        private void btn_valider_p0_Click(object sender, RoutedEventArgs e)
        {
            if (rdb_stat.IsChecked == true)
            {
                Statistiques Stat = new Statistiques();
                Stat.Show();
            }

            if (rdb_theme_obstacles.IsChecked == true)
            {
                Theme_Obstacle T_O = new Theme_Obstacle();
                T_O.Show();
            }

            if (rdb_avis.IsChecked == true)
            {
                Avis avis = new Avis();
                avis.Show();
            }
        }
コード例 #2
0
ファイル: Avis.xaml.cs プロジェクト: tsahed/AppDirecteur
        private void btn_Stat_pAvis_Click(object sender, RoutedEventArgs e)
        {
            Statistiques Stat = new Statistiques();

            Stat.Show();
        }