First commit 11/07/1998
This commit is contained in:
16
TAlarconProductos2.cpp
Normal file
16
TAlarconProductos2.cpp
Normal file
@ -0,0 +1,16 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#include <vcl\vcl.h>
|
||||
#pragma hdrstop
|
||||
|
||||
#include "TAlarconProductos2.h"
|
||||
#include "TAlarcon.h"
|
||||
//---------------------------------------------------------------------------
|
||||
#pragma link "TAlarconProductos"
|
||||
#pragma resource "*.dfm"
|
||||
TQRMDForm2 *QRMDForm2;
|
||||
//---------------------------------------------------------------------------
|
||||
__fastcall TQRMDForm2::TQRMDForm2(TComponent* Owner)
|
||||
: TQRMDForm(Owner)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
Reference in New Issue
Block a user