Example #1
0
 /// <remarks/>
 public void ValidaFacturaAsync(Factura FACTURA, object userState) {
     if ((this.ValidaFacturaOperationCompleted == null)) {
         this.ValidaFacturaOperationCompleted = new System.Threading.SendOrPostCallback(this.OnValidaFacturaOperationCompleted);
     }
     this.InvokeAsync("ValidaFactura", new object[] {
                 FACTURA}, this.ValidaFacturaOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void ValidaFacturaAsync(Factura FACTURA) {
     this.ValidaFacturaAsync(FACTURA, null);
 }
Example #3
0
 /// <remarks/>
 public void RegistraFactura2Async(Factura FACTURA) {
     this.RegistraFactura2Async(FACTURA, null);
 }
Example #4
0
 /// <remarks/>
 public void RegistraFactura2Async(Factura FACTURA, object userState) {
     if ((this.RegistraFactura2OperationCompleted == null)) {
         this.RegistraFactura2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnRegistraFactura2OperationCompleted);
     }
     this.InvokeAsync("RegistraFactura2", new object[] {
                 FACTURA}, this.RegistraFactura2OperationCompleted, userState);
 }
Example #5
0
 /// <remarks/>
 public void AnulaFacturaAsync(Factura FACTURA) {
     this.AnulaFacturaAsync(FACTURA, null);
 }