First commit 11/07/1998
This commit is contained in:
14
AcercaDe.cpp
Normal file
14
AcercaDe.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
//---------------------------------------------------------------------
|
||||
#include <vcl.h>
|
||||
#pragma hdrstop
|
||||
|
||||
#include "AcercaDe.h"
|
||||
//---------------------------------------------------------------------
|
||||
#pragma resource "*.dfm"
|
||||
TAboutBox *AboutBox;
|
||||
//---------------------------------------------------------------------
|
||||
__fastcall TAboutBox::TAboutBox(TComponent* AOwner)
|
||||
: TForm(AOwner)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------
|
Reference in New Issue
Block a user