Ejemplo n.º 1
0
        public static bool wf_printlable04(PrintLabelParameterData data)
        {
            Label_4 reportL4 = new Label_4(data);

            reportL4.Print();
            return(true);
        }
Ejemplo n.º 2
0
        /// <summary>
        /// 使用 westholdings序列号模板
        /// </summary>
        /// <param name="lotNumber">批次号</param>
        /// <returns></returns>
        public static bool wf_print06(string lotNumber, int x, int y)
        {
            Label_4 reportL4 = new Label_4(lotNumber, x, y);
            int     i        = 1;

            while (i <= 2)
            {
                reportL4.Print();
                i++;
            }
            return(true);
        }