Ejemplo n.º 1
0
 public static bool apiResultLong(out int buffer, string result, ushort rset)
 {
     return(_apiInternal.apiResultLong(out buffer, result, rset));
 }