Herm-Win/ListVotantes.cpp
2021-09-12 22:25:13 +02:00

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)
{
}
//---------------------------------------------------------------------------