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