Exemplo n.º 1
0
 private object[] OnEndGetWeature(System.IAsyncResult result)
 {
     WindowsFormsClient.SampleSvc.GetWeatherResponse retVal = this.EndGetWeature(result);
     return(new object[] {
         retVal
     });
 }
Exemplo n.º 2
0
 public GetWeatureResponseBody(WindowsFormsClient.SampleSvc.GetWeatherResponse GetWeatureResult)
 {
     this.GetWeatureResult = GetWeatureResult;
 }