CAP/cap_gestion/capg_qrLabonados.cpp
2021-09-01 18:53:06 +02:00

17 lines
557 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "capg_qrLabonados.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TqrLAbonados *qrLAbonados;
//---------------------------------------------------------------------------
__fastcall TqrLAbonados::TqrLAbonados(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------