private void taxSetUpToolStripMenuItem1_Click(object sender, EventArgs e) { using (tax tax = new tax()) { tax.FormClosed += new FormClosedEventHandler(MyForm_FormClosed); tax.ShowDialog(); } }
private void taxSetupToolStripMenuItem_Click(object sender, EventArgs e) { tax tax = new tax(); tax.Show(); }