private void menuItemAbout_Click( object sender, System.EventArgs e ) { AboutDialog aboutDialog = new AboutDialog(); aboutDialog.ShowDialog( this ); }
private void menuItemAbout_Click(object sender, System.EventArgs e) { AboutDialog aboutDialog = new AboutDialog(); aboutDialog.ShowDialog(this); }