Example #1
0
 public void DeleteKey(string pKey, string cKey)
 {
     Reg.DeleteKey(Registry.LocalMachine, _key + "\\" + pKey, cKey);
 }