Esempio n. 1
0
 public static ErrorNumber HoldCall(int callHandle)
 {
     return((ErrorNumber)PlcmHelper.holdCall(callHandle));
 }