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