Example #1
0
 /// <remarks/>
 public void AnulacionNotaCreditoAsync(AnulaNotaCredito NOTACREDITO, object userState) {
     if ((this.AnulacionNotaCreditoOperationCompleted == null)) {
         this.AnulacionNotaCreditoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAnulacionNotaCreditoOperationCompleted);
     }
     this.InvokeAsync("AnulacionNotaCredito", new object[] {
                 NOTACREDITO}, this.AnulacionNotaCreditoOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void AnulacionNotaCreditoAsync(AnulaNotaCredito NOTACREDITO) {
     this.AnulacionNotaCreditoAsync(NOTACREDITO, null);
 }