예제 #1
0
파일: Registry.cs 프로젝트: calc33/PgTools
        public RegistryKey OpenWritableAt(int index, string path)
        {
            RegistryPath obj = Paths._list[index];

            return(obj.OpenWritable(path));
        }