Exemplo n.º 1
0
 private void BtnCommande_Click(object sender, EventArgs e)
 {
     VC = new VosCommandes(this.idCl);
     VC.Show();
     this.Hide();
 }
Exemplo n.º 2
0
 private void BtnCommande_Click(object sender, EventArgs e)
 {
     VC.Show();
     this.Hide();
 }