home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "DmCSDemo.hpp"
- //---------------------------------------------------------------------------
- #pragma resource "*.dfm"
- TDmEmployee *DmEmployee;
- //---------------------------------------------------------------------------
- __fastcall TDmEmployee::TDmEmployee(TComponent* Owner)
- : TDataModule(Owner)
- {
- }
- //---------------------------------------------------------------------------
-