示例#1
0
 public System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceSP.AddSPResponse> AddSPAsync(string TenSP)
 {
     WindowsFormsApplication1.ServiceSP.AddSPRequest inValue = new WindowsFormsApplication1.ServiceSP.AddSPRequest();
     inValue.Body       = new WindowsFormsApplication1.ServiceSP.AddSPRequestBody();
     inValue.Body.TenSP = TenSP;
     return(((WindowsFormsApplication1.ServiceSP.WebServiceSoap)(this)).AddSPAsync(inValue));
 }
示例#2
0
 public bool AddSP(string TenSP)
 {
     WindowsFormsApplication1.ServiceSP.AddSPRequest inValue = new WindowsFormsApplication1.ServiceSP.AddSPRequest();
     inValue.Body       = new WindowsFormsApplication1.ServiceSP.AddSPRequestBody();
     inValue.Body.TenSP = TenSP;
     WindowsFormsApplication1.ServiceSP.AddSPResponse retVal = ((WindowsFormsApplication1.ServiceSP.WebServiceSoap)(this)).AddSP(inValue);
     return(retVal.Body.AddSPResult);
 }
示例#3
0
 System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceSP.AddSPResponse> WindowsFormsApplication1.ServiceSP.WebServiceSoap.AddSPAsync(WindowsFormsApplication1.ServiceSP.AddSPRequest request)
 {
     return(base.Channel.AddSPAsync(request));
 }
示例#4
0
 WindowsFormsApplication1.ServiceSP.AddSPResponse WindowsFormsApplication1.ServiceSP.WebServiceSoap.AddSP(WindowsFormsApplication1.ServiceSP.AddSPRequest request)
 {
     return(base.Channel.AddSP(request));
 }