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