void ShowSettings( object sender, EventArgs e ) { SettingsDialog sd = new SettingsDialog(); sd.ShowDialog( this ); }