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