Example #1
0
 public void AddData(string key, string value)
 {
     _data.NewRegistryValue(key, value, false);
 }