/// <summary> /// Prints the data. /// </summary> protected override void PrintData() { var frmParam = new FrmXtraPrintVoucherByLot { RefType = RefType.FixedAssetIncrement }; frmParam.Show(); }
/// <summary> /// Prints the data. /// </summary> protected override void PrintData() { var frmParam = new FrmXtraPrintVoucherByLot { RefType = RefType.ReceiptCash }; frmParam.Show(); }