コード例 #1
0
ファイル: Reference.cs プロジェクト: quiquesys/Portal_GEFACE
 /// <remarks/>
 public void RegistraLoteDocumentos2Async(LoteDocumentos LOTE, object userState) {
     if ((this.RegistraLoteDocumentos2OperationCompleted == null)) {
         this.RegistraLoteDocumentos2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnRegistraLoteDocumentos2OperationCompleted);
     }
     this.InvokeAsync("RegistraLoteDocumentos2", new object[] {
                 LOTE}, this.RegistraLoteDocumentos2OperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: quiquesys/Portal_GEFACE
 /// <remarks/>
 public void RegistraLoteDocumentos2Async(LoteDocumentos LOTE) {
     this.RegistraLoteDocumentos2Async(LOTE, null);
 }