private void aboutMenuItem_Click( object sender, EventArgs e ) { using ( About a = new About() ) a.ShowDialog( this ); }