private void toolStripAboutButton_Click( object sender, EventArgs e ) { About about = new About(); about.ShowDialog(); }