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