TPVwin/Vendidos/FonoTorre/TpvVntAlbPrint.cpp
2021-09-12 22:19:30 +02:00

18 lines
591 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "TpvVntAlbPrint.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "TpvVntFctPrint"
#pragma resource "*.dfm"
TQRMDFacturaVnt1 *QRMDFacturaVnt1;
//---------------------------------------------------------------------------
__fastcall TQRMDFacturaVnt1::TQRMDFacturaVnt1(TComponent* Owner)
: TQRMDFacturaVnt(Owner)
{
}
//---------------------------------------------------------------------------