Пример #1
0
 /// <remarks/>
 public void re_prefacturas_out_async_MIAsync(prefact_DT prefact_MT, object userState)
 {
     if ((this.re_prefacturas_out_async_MIOperationCompleted == null))
     {
         this.re_prefacturas_out_async_MIOperationCompleted = new System.Threading.SendOrPostCallback(this.Onre_prefacturas_out_async_MIOperationCompleted);
     }
     this.InvokeAsync("re_prefacturas_out_async_MI", new object[] {
         prefact_MT
     }, this.re_prefacturas_out_async_MIOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void re_prefacturas_out_async_MIAsync(prefact_DT prefact_MT)
 {
     this.re_prefacturas_out_async_MIAsync(prefact_MT, null);
 }
Пример #3
0
 public void re_prefacturas_out_async_MI([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://irsa.com/xi/re/prefact")] prefact_DT prefact_MT)
 {
     this.Invoke("re_prefacturas_out_async_MI", new object[] {
         prefact_MT
     });
 }