예제 #1
0
 public bool Exists()
 {
     using (RegistryKey key = Hive.OpenSubKey(Key))
     {
         return(ExistsCallback?.Invoke(this, key) == true);
     }
 }