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