18 lines
521 B
C++
18 lines
521 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl\vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "telefonos.h"
|
|
#include "listado.h"
|
|
//---------------------------------------------------------------------------
|
|
#pragma link "Grids"
|
|
#pragma resource "*.dfm"
|
|
TForm5 *Form5;
|
|
//---------------------------------------------------------------------------
|
|
__fastcall TForm5::TForm5(TComponent* Owner)
|
|
: TForm(Owner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------------
|
|
|