16 lines
528 B
C++
16 lines
528 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "ListVotantes.h"
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
#pragma resource "*.dfm"
|
|
TQRVotantes *QRVotantes;
|
|
//---------------------------------------------------------------------------
|
|
__fastcall TQRVotantes::TQRVotantes(TComponent* Owner)
|
|
: TForm(Owner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------------
|