Example #1
0
 /// <summary>
 /// セキュリティ情報を取得
 /// </summary>
 public void LoadSecurity()
 {
     using (RegistryKey regKey = RegistryControl.GetRegistryKey(Path, false, false))
     {
         LoadSecurity(regKey);
     }
 }
Example #2
0
 /// <summary>
 /// 値を取得
 /// </summary>
 public void LoadValues()
 {
     using (RegistryKey regKey = RegistryControl.GetRegistryKey(Path, false, false))
     {
         LoadValues(regKey);
     }
 }