Example #1
0
 public int GetBool(string varName, string attrName)
 {
     return(CppDll.EBGetBool(varName, attrName));
 }