Ejemplo n.º 1
0
 private void OnNewServiceCallDelegate(object sender, OnNewServiceCalledEventArgs e)
 {
     _webServiceWorker.ReportProgress(1, e);
 }
 /// <summary>
 /// Called when [new service call].
 /// </summary>
 /// <param name="sender">The sender.</param>
 /// <param name="e">The <see cref="MyCTS.Presentation.Reservations.Availability.LowFareAvailability.EventArguments.OnNewServiceCalledEventArgs"/> instance containing the event data.</param>
 private void OnNewServiceCall(object sender, OnNewServiceCalledEventArgs e)
 {
     OnReportStatus(e.Company, e.MessageToSend);
 }