private void helpLabel_DoubleClick(object sender, EventArgs e) { using (InfoBox dialog = new InfoBox("Help for " + ViewAttribute.GetViewName(ActiveView.GetType()), ViewAttribute.GetHelpResourcePath(ActiveView.GetType()), ActiveView)) { dialog.ShowDialog(this); } }