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