コード例 #1
0
ファイル: Reference.cs プロジェクト: Novthirteen/sih-les
 /// <remarks/>
 public void MI_PO_CRE_LESAsync(ZSPOCRIN INPUT, object userState) {
     if ((this.MI_PO_CRE_LESOperationCompleted == null)) {
         this.MI_PO_CRE_LESOperationCompleted = new System.Threading.SendOrPostCallback(this.OnMI_PO_CRE_LESOperationCompleted);
     }
     this.InvokeAsync("MI_PO_CRE_LES", new object[] {
                 INPUT}, this.MI_PO_CRE_LESOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: Novthirteen/sih-les
 /// <remarks/>
 public void MI_PO_CRE_LESAsync(ZSPOCRIN INPUT) {
     this.MI_PO_CRE_LESAsync(INPUT, null);
 }