private void btnRetour_Click(object sender, EventArgs e)
 {
     date.Show();
     this.Hide();
 }
Example #2
0
 private void btnConfirmer_Click(object sender, EventArgs e)
 {
     dates.Show();
     this.Hide();
 }
Example #3
0
 private void btnRetour_Click(object sender, EventArgs e)
 {
     date = new Dates(this.locAchat, this.idCl);
     date.Show();
     this.Hide();
 }
Example #4
0
 private void btnConfirmer_Click(object sender, EventArgs e)
 {
     dates = new Dates(locAchat, this.idCl);
     dates.Show();
     this.Hide();
 }