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