예제 #1
0
 public string[] getChineseFonts(string byFontsLength)
 {
     Toyz4net.Core.RandomFontsWebService.getChineseFontsRequest1 inValue = new Toyz4net.Core.RandomFontsWebService.getChineseFontsRequest1();
     inValue.byFontsLength = byFontsLength;
     Toyz4net.Core.RandomFontsWebService.getChineseFontsResponse1 retVal = ((Toyz4net.Core.RandomFontsWebService.RandomFontsWebServiceHttpPost)(this)).getChineseFonts(inValue);
     return(retVal.ArrayOfString);
 }
예제 #2
0
 Toyz4net.Core.RandomFontsWebService.getChineseFontsResponse1 Toyz4net.Core.RandomFontsWebService.RandomFontsWebServiceHttpPost.getChineseFonts(Toyz4net.Core.RandomFontsWebService.getChineseFontsRequest1 request)
 {
     return(base.Channel.getChineseFonts(request));
 }