예제 #1
0
파일: API.cs 프로젝트: sami1971/ediabaslib
 public static bool apiGetConfig(string cfgName, out string cfgValue)
 {
     return(_apiInternal.apiGetConfig(cfgName, out cfgValue));
 }