private void btnRenouveler_Click(object sender, EventArgs e) { // SUIVANT = WIZZ 06 WIZZ06 c = new WIZZ06(this); c.ShowDialog(); Hide(); }
public WIZZ07(WIZZ06 last) { creator = last; InitializeComponent(); }