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