private void _miHelpIndex_Click(object sender, EventArgs e) { HelpDialog dlg = new HelpDialog(); dlg.ShowDialog(); }