Пример #1
0
 /// <remarks/>
 public void GetRepairAsync(reparationselection reparationselection, object userState) {
     if ((this.GetRepairOperationCompleted == null)) {
         this.GetRepairOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetRepairOperationCompleted);
     }
     this.InvokeAsync("GetRepair", new object[] {
                 reparationselection}, this.GetRepairOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void GetRepairAsync(reparationselection reparationselection) {
     this.GetRepairAsync(reparationselection, null);
 }