private void infoToolStripMenuItem_Click(object sender, EventArgs e) { FrmAbout about = new FrmAbout(); about.ShowDialog(); }