private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { Form formAbout = new frmAbout(); formAbout.ShowDialog(this); }