Ejemplo n.º 1
0
 static void ExportValues(RegistryExplorer.Registry.RegKey key, ExportProvider provider)
 {
     foreach (RegistryExplorer.Registry.RegValue value in RegistryExplorer.Registry.RegistryExplorerr.GetValues(key.Key))
     {
         provider.WriteValue(value.Name, value.Kind, value.Data);
     }
 }