private void btnSuivantMed_Click(object sender, EventArgs e) { // SUIVANT = WIZZ03 datePrescription = txtDate.Value; WIZZ03 c = new WIZZ03(this) { Tag = this }; c.Show(this); Hide(); }
private void btnPrecedentMedicament_Click(object sender, EventArgs e) { //PRECEDENT = WIZZ03 creator.Show(); Hide(); }