First commit 14/02/1999
This commit is contained in:
17
TpvVntAlbPrint.cpp
Normal file
17
TpvVntAlbPrint.cpp
Normal file
@ -0,0 +1,17 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#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)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user