示例#1
0
 public static RegistryKey OpenAppConfigKey(string ID, bool writable = false)
 {
     return(POL.OpenAppConfigKey(ID, POL.SelectedRegion_, writable));
 }
示例#2
0
文件: POL.cs 项目: wrenffxi/POLUtils
 public static RegistryKey OpenAppConfigKey(string ID)
 {
     return(POL.OpenAppConfigKey(ID, POL.SelectedRegion_));
 }