void AboutToolStripMenuItemClick(object sender, System.EventArgs e) { About about =new About(); about.ShowDialog(); }