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