private void btnSuivantPatient_Click(object sender, EventArgs e) { // SUIVANT = WIZZ04 WIZZ04 c = new WIZZ04(this) { Tag = this }; c.Show(); Hide(); }
public WIZZ05(WIZZ04 last) { creatorP = last; InitializeComponent(); }