Exemplo n.º 1
0
 /// <remarks/>
 public void DmrFisrtPageBllInsertOrUpdateFirstPageAsync(DMR_FIRST_PAGE firstPage) {
     this.DmrFisrtPageBllInsertOrUpdateFirstPageAsync(firstPage, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void DmrFisrtPageBllInsertOrUpdateFirstPageAsync(DMR_FIRST_PAGE firstPage, object userState) {
     if ((this.DmrFisrtPageBllInsertOrUpdateFirstPageOperationCompleted == null)) {
         this.DmrFisrtPageBllInsertOrUpdateFirstPageOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDmrFisrtPageBllInsertOrUpdateFirstPageOperationCompleted);
     }
     this.InvokeAsync("DmrFisrtPageBllInsertOrUpdateFirstPage", new object[] {
                 firstPage}, this.DmrFisrtPageBllInsertOrUpdateFirstPageOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public void DmrFisrtPageBllInsertOrUpdateFirstPage(DMR_FIRST_PAGE firstPage) {
     this.Invoke("DmrFisrtPageBllInsertOrUpdateFirstPage", new object[] {
                 firstPage});
 }