Esempio n. 1
0
        public void WriteText(string s, bool controlchar = true)
        {
            PrinterServiceFunction function = new WriteText(this);

            function.AddParameter("string", s);
            function.RunFunction();
        }