Ejemplo n.º 1
0
 public static ErrorNumber SetCallStream(CallStreamType type, string filePath)
 {
     return((ErrorNumber)PlcmHelper.setCallStream((int)type, filePath));
 }