예제 #1
0
 public System.Data.DataSet getSupportDataSet()
 {
     Toyz4net.Core.WeatherWebService.getSupportDataSetRequest  inValue = new Toyz4net.Core.WeatherWebService.getSupportDataSetRequest();
     Toyz4net.Core.WeatherWebService.getSupportDataSetResponse retVal  = ((Toyz4net.Core.WeatherWebService.WeatherWebServiceHttpGet)(this)).getSupportDataSet(inValue);
     return(retVal.DataSet);
 }
예제 #2
0
 Toyz4net.Core.WeatherWebService.getSupportDataSetResponse Toyz4net.Core.WeatherWebService.WeatherWebServiceHttpGet.getSupportDataSet(Toyz4net.Core.WeatherWebService.getSupportDataSetRequest request)
 {
     return(base.Channel.getSupportDataSet(request));
 }