private void AboutToolStripMenuItemClick(object sender, EventArgs e) { var ab = new About(); ab.ShowDialog(); }