private void btHelp_Click(object sender, EventArgs e) { using (DocForm form = new DocForm()) { form.ShowDialog(); } }