private void button1_Click(object sender, EventArgs e) { Form wizardForm = new EstimationForm(); wizardForm.ShowDialog(); }
private void pictureBox2_Click(object sender, EventArgs e) { Form wizardForm = new EstimationForm(); wizardForm.ShowDialog(); }
private void linkLabel5_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { Form estimationForm = new EstimationForm(); estimationForm.ShowDialog(); }