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