Example #1
0
 public static RegistryKey OpenAppConfigKey(string ID, bool writable = false)
 {
     return(POL.OpenAppConfigKey(ID, POL.SelectedRegion_, writable));
 }
Example #2
0
 public static RegistryKey OpenAppConfigKey(string ID)
 {
     return(POL.OpenAppConfigKey(ID, POL.SelectedRegion_));
 }