Esempio n. 1
0
 public static void MoveTo(this RegistryKey src, RegistryKey dst)
 {
     src.CopyTo(dst);
     src.Delete();
 }