Ejemplo n.º 1
0
 public virtual bool SetValue(string subKey, string key, string value)
 {
     return(RegistryFactory.SetRegistryValue(RegistryKey, subKey, key, value));
 }