Ejemplo n.º 1
0
 public void Remove(SystemConfigurationElement pluginElement)
 {
     if (BaseIndexOf(pluginElement) >= 0)
     {
         BaseRemove(pluginElement.Name);
     }
 }
Ejemplo n.º 2
0
 public int IndexOf(SystemConfigurationElement pluginElement)
 {
     return(BaseIndexOf(pluginElement));
 }
Ejemplo n.º 3
0
 public void Add(SystemConfigurationElement pluginElement)
 {
     BaseAdd(pluginElement);
 }