Exemplo n.º 1
0
        public string Texto(string s)
        {
            PrinterServiceFunction f = new Texto(this);

            f.AddParameter("string", s);
            f.RunFunction();
            return(f.FunctionResult.ToString());
        }