private void ConfigMot_Click(object sender, RoutedEventArgs e)
        {
            CreateContent.IsEnabled = true;
            AjoutMotCle win = new AjoutMotCle(this);

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

            win.ShowDialog();
        }