コード例 #1
0
ファイル: Reference.cs プロジェクト: jobre/Patiento-versikt
 /// <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
ファイル: Reference.cs プロジェクト: jobre/Patiento-versikt
 /// <remarks/>
 public void GetRepairAsync(reparationselection reparationselection) {
     this.GetRepairAsync(reparationselection, null);
 }