示例#1
0
 public string[] getCharFonts(string byFontsLength)
 {
     Toyz4net.Core.RandomFontsWebService.getCharFontsRequest1 inValue = new Toyz4net.Core.RandomFontsWebService.getCharFontsRequest1();
     inValue.byFontsLength = byFontsLength;
     Toyz4net.Core.RandomFontsWebService.getCharFontsResponse1 retVal = ((Toyz4net.Core.RandomFontsWebService.RandomFontsWebServiceHttpPost)(this)).getCharFonts(inValue);
     return(retVal.ArrayOfString);
 }
示例#2
0
 Toyz4net.Core.RandomFontsWebService.getCharFontsResponse1 Toyz4net.Core.RandomFontsWebService.RandomFontsWebServiceHttpPost.getCharFonts(Toyz4net.Core.RandomFontsWebService.getCharFontsRequest1 request)
 {
     return(base.Channel.getCharFonts(request));
 }