예제 #1
0
 public string[] getCharFonts(string byFontsLength)
 {
     Toyz4net.Core.RandomFontsWebService.getCharFontsRequest inValue = new Toyz4net.Core.RandomFontsWebService.getCharFontsRequest();
     inValue.byFontsLength = byFontsLength;
     Toyz4net.Core.RandomFontsWebService.getCharFontsResponse retVal = ((Toyz4net.Core.RandomFontsWebService.RandomFontsWebServiceHttpGet)(this)).getCharFonts(inValue);
     return(retVal.ArrayOfString);
 }
예제 #2
0
 Toyz4net.Core.RandomFontsWebService.getCharFontsResponse Toyz4net.Core.RandomFontsWebService.RandomFontsWebServiceHttpGet.getCharFonts(Toyz4net.Core.RandomFontsWebService.getCharFontsRequest request)
 {
     return(base.Channel.getCharFonts(request));
 }