void RemovePanel(string mt) { MimeTypePanelData data = typeSections [mt]; typeSections.Remove(mt); ParentDialog.RemoveSection(data.Section); }
void RemovePanel(RunConfigInfo rc) { var section = sections [rc]; sections.Remove(rc); ParentDialog.RemoveSection(section); }