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