Example #1
0
        public void Cut()
        {
            PrinterServiceFunction f = new Cut(this);

            f.RunFunction();
        }