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