First commit 10/01/2001
This commit is contained in:
15
ListVotantes.cpp
Normal file
15
ListVotantes.cpp
Normal file
@ -0,0 +1,15 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#include <vcl.h>
|
||||
#pragma hdrstop
|
||||
|
||||
#include "ListVotantes.h"
|
||||
//---------------------------------------------------------------------------
|
||||
#pragma package(smart_init)
|
||||
#pragma resource "*.dfm"
|
||||
TQRVotantes *QRVotantes;
|
||||
//---------------------------------------------------------------------------
|
||||
__fastcall TQRVotantes::TQRVotantes(TComponent* Owner)
|
||||
: TForm(Owner)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
Reference in New Issue
Block a user