コード例 #1
0
        private void ConfigMot_Click(object sender, RoutedEventArgs e)
        {
            CreateContent.IsEnabled = true;
            AjoutMotCle win = new AjoutMotCle(this);

            win.ShowDialog();
        }
コード例 #2
0
        private void ConfigMot_Click(object sender, RoutedEventArgs e)
        {
            AjoutMotCle win = new AjoutMotCle(this);

            win.ShowDialog();
        }