Ejemplo n.º 1
0
 private void Listes_Load(object sender, EventArgs e)
 {
     lA    = new LocAchat();
     dates = new Dates();
 }
Ejemplo n.º 2
0
 private void btnRetour_Click(object sender, EventArgs e)
 {
     date = new Dates(this.locAchat, this.idCl);
     date.Show();
     this.Hide();
 }
Ejemplo n.º 3
0
 private void btnConfirmer_Click(object sender, EventArgs e)
 {
     dates = new Dates(locAchat, this.idCl);
     dates.Show();
     this.Hide();
 }