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