コード例 #1
0
 public void Remove(CheckWinServiceConfigurationElement pluginElement)
 {
     if (BaseIndexOf(pluginElement) >= 0)
     {
         BaseRemove(pluginElement.Name);
     }
 }
コード例 #2
0
 public int IndexOf(CheckWinServiceConfigurationElement pluginElement)
 {
     return(BaseIndexOf(pluginElement));
 }
コード例 #3
0
 public void Add(CheckWinServiceConfigurationElement pluginElement)
 {
     BaseAdd(pluginElement);
 }