16 lines
557 B
C++
16 lines
557 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl\vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "LSPrecios2.h"
|
|
#include "TAlarcon.h"
|
|
//---------------------------------------------------------------------------
|
|
#pragma link "LSPrecios1"
|
|
#pragma resource "*.dfm"
|
|
TQRListForm3 *QRListForm3;
|
|
//---------------------------------------------------------------------------
|
|
__fastcall TQRListForm3::TQRListForm3(TComponent* Owner)
|
|
: TQRListForm2(Owner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------------
|