Esempio n. 1
0
 private void BtnLocation_Click(object sender, EventArgs e)
 {
     locAchat = "Location";
     lst      = new Listes(locAchat, this.idCl);
     lst.Show();
     this.Hide();
 }
Esempio n. 2
0
 private void DétailsCommande_Load(object sender, EventArgs e)
 {
     lst = new Listes();
     lA  = new LocAchat();
 }
Esempio n. 3
0
 private void LocAchat_Load(object sender, EventArgs e)
 {
     lst     = new Listes();
     VC      = new VosCommandes();
     accueil = new Accueil();
 }
Esempio n. 4
0
 private void btnRetour_Click(object sender, EventArgs e)
 {
     lst = new Listes(this.locAchat, this.idCl);
     lst.Show();
     this.Hide();
 }