示例#1
0
 private void btnClients_Click(object sender, EventArgs e)
 {
     frmGestionClients fGestionC = new frmGestionClients();
     fGestionC.ShowDialog();
     =======
     this.Hide();
     fGestionUtilisateurs.ShowDialog();
     this.Show();
     >>>>>>> dfe1e12c85cf138f4b3843aa790d39fee4dc2d62
 }
示例#2
0
 private void btnClients_Click(object sender, EventArgs e)
 {
     frmGestionClients fGestionC = new frmGestionClients();
     fGestionC.ShowDialog();
 }