Exemple #1
0
 public System.Threading.Tasks.Task <WindowsFormsApp.SW.AddResponse> AddAsync(string x)
 {
     WindowsFormsApp.SW.AddRequest inValue = new WindowsFormsApp.SW.AddRequest();
     inValue.Body   = new WindowsFormsApp.SW.AddRequestBody();
     inValue.Body.x = x;
     return(((WindowsFormsApp.SW.KYAServicesSoap)(this)).AddAsync(inValue));
 }
Exemple #2
0
 public void Add(string x)
 {
     WindowsFormsApp.SW.AddRequest inValue = new WindowsFormsApp.SW.AddRequest();
     inValue.Body   = new WindowsFormsApp.SW.AddRequestBody();
     inValue.Body.x = x;
     WindowsFormsApp.SW.AddResponse retVal = ((WindowsFormsApp.SW.KYAServicesSoap)(this)).Add(inValue);
 }
Exemple #3
0
 System.Threading.Tasks.Task <WindowsFormsApp.SW.AddResponse> WindowsFormsApp.SW.KYAServicesSoap.AddAsync(WindowsFormsApp.SW.AddRequest request)
 {
     return(base.Channel.AddAsync(request));
 }
Exemple #4
0
 WindowsFormsApp.SW.AddResponse WindowsFormsApp.SW.KYAServicesSoap.Add(WindowsFormsApp.SW.AddRequest request)
 {
     return(base.Channel.Add(request));
 }