private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { Form aboutForm = new Form2(); aboutForm.ShowDialog(); }