示例#1
0
        public bool MoveSettings()
        {
            if (!MoveRequired())
            {
                return(false);
            }

            return(_registryUtility.RenameSubKey(_registryWrap.CurrentUser, OldRegistryPath, NewRegistryPath));
        }