コード例 #1
0
        /// <summary>
        /// Prints the data.
        /// </summary>
        protected override void PrintData()
        {
            var frmParam = new FrmXtraPrintVoucherByLot {
                RefType = RefType.FixedAssetIncrement
            };

            frmParam.Show();
        }
コード例 #2
0
        /// <summary>
        /// Prints the data.
        /// </summary>
        protected override void PrintData()
        {
            var frmParam = new FrmXtraPrintVoucherByLot {
                RefType = RefType.ReceiptCash
            };

            frmParam.Show();
        }