15 lines
508 B
C++
15 lines
508 B
C++
//----------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "QR_ListadoGeneral.h"
|
|
#include "Agenda.h"
|
|
//----------------------------------------------------------------------------
|
|
#pragma resource "*.dfm"
|
|
TForm1 *Form1;
|
|
//----------------------------------------------------------------------------
|
|
__fastcall TForm1::TForm1(TComponent* Owner)
|
|
: TForm(Owner)
|
|
{
|
|
}
|
|
//----------------------------------------------------------------------------
|