|
<< Click to Display Table of Contents >> Navigation: Demos > 15 > C++ > DemoCPP_FastMM4 > DatamoduleUnit.cpp |
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "DatamoduleUnit.h"
#include "ServerController.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
//---------------------------------------------------------------------------
__fastcall TDataModule1::TDataModule1(TComponent* Owner)
: TDataModule(Owner)
{
}
//---------------------------------------------------------------------------