15 lines
568 B
C++
15 lines
568 B
C++
//----------------------------------------------------------------------------
|
|
#include <vcl\vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "TpvBlcM_PrintFact.h"
|
|
#include "TpvBlcMVnt.h"
|
|
//----------------------------------------------------------------------------
|
|
#pragma resource "*.dfm"
|
|
TQRListadoFacturas *QRListadoFacturas;
|
|
//----------------------------------------------------------------------------
|
|
__fastcall TQRListadoFacturas::TQRListadoFacturas(TComponent* Owner)
|
|
: TQuickRep(Owner)
|
|
{
|
|
}
|
|
//----------------------------------------------------------------------------
|