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