private void StartWizard_Click(object sender, EventArgs e) { WizardForm wf = new WizardForm(); wf.ShowDialog(); }