예제 #1
0
파일: Registry.cs 프로젝트: calc33/PgTools
 public void Dispose()
 {
     _owner = null;
     _index = -1;
 }
예제 #2
0
파일: Registry.cs 프로젝트: calc33/PgTools
 internal RegistryPathEnumerator(RegistryPathCollection owner)
 {
     _owner = owner;
     _index = -1;
 }