Exemplo n.º 1
0
        private void ajouter()
        {
            Form a = new AjouterProduit(this, dataGridView1, ac);

            a.Show();
            ac.Enabled = false;
        }
Exemplo n.º 2
0
 private void ajouter()
 {
     Form a = new AjouterProduit(this,dataGridView1,ac);
     a.Show();
     ac.Enabled = false;
 }