Example #1
0
        void RemovePanel(string mt)
        {
            MimeTypePanelData data = typeSections [mt];

            typeSections.Remove(mt);
            ParentDialog.RemoveSection(data.Section);
        }
Example #2
0
        void RemovePanel(RunConfigInfo rc)
        {
            var section = sections [rc];

            sections.Remove(rc);
            ParentDialog.RemoveSection(section);
        }