Esempio n. 1
0
 public void DeleteValue(string keyName, string propertyName)
 {
     using (IDistributedStoreKey distributedStoreKey = this.OpenRegKey(keyName, false, true))
     {
         distributedStoreKey.DeleteValue(propertyName, true, null);
     }
 }