private void btnHelp_Click(object sender, EventArgs e) { HelpForm hf = new HelpForm(); hf.ShowDialog(); }