Example #1
0
 public string[] getChineseFonts(string byFontsLength)
 {
     Toyz4net.Core.RandomFontsWebService.getChineseFontsRequest inValue = new Toyz4net.Core.RandomFontsWebService.getChineseFontsRequest();
     inValue.byFontsLength = byFontsLength;
     Toyz4net.Core.RandomFontsWebService.getChineseFontsResponse retVal = ((Toyz4net.Core.RandomFontsWebService.RandomFontsWebServiceHttpGet)(this)).getChineseFonts(inValue);
     return(retVal.ArrayOfString);
 }
Example #2
0
 Toyz4net.Core.RandomFontsWebService.getChineseFontsResponse Toyz4net.Core.RandomFontsWebService.RandomFontsWebServiceHttpGet.getChineseFonts(Toyz4net.Core.RandomFontsWebService.getChineseFontsRequest request)
 {
     return(base.Channel.getChineseFonts(request));
 }