Example #1
0
 public static void GetLastError(ref int Error, ref string ErrorDescription)
 {
     ECR.GetLastError();
     Error            = ECR.ECRError;
     ErrorDescription = ECR.ECRErrorDescription;
 }