private void btnAjouterClient_Click(object sender, EventArgs e) { frmAjouterClient fAjoutC = new frmAjouterClient(); fAjoutC.ShowDialog(); }