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