示例#1
0
        private void importRegFile(string path)
        {
            String            RegFileName       = path;
            RegistryKey       key               = workKey;
            RegistryFunctions registryFunctions = new RegistryFunctions();

            registryFunctions.ImportVirtualRegistryFromFile(RegFileName, key);

            // Refresh the local registry tree
            OnPackageOpenUI();
            dirty = true;
        }
示例#2
0
        private void importRegFile(string path)
        {
            String RegFileName = path;
            RegistryKey key = workKey;
            RegistryFunctions registryFunctions = new RegistryFunctions();
            registryFunctions.ImportVirtualRegistryFromFile(RegFileName, key);

            // Refresh the local registry tree
            OnPackageOpenUI();
            dirty = true;
        }