Beispiel #1
0
 public string[] GetAllValues(string key)
 {
     return Reg.GetAllValues(Registry.LocalMachine, _key + "\\" + key);
 }