private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { frmAbout aboutForm = new frmAbout(); aboutForm.Show(); }