home *** CD-ROM | disk | FTP | other *** search
- //-------------------------------------------------------------------------
- // minicomp.h - uses the TCounter example component
- //-------------------------------------------------------------------------
- #include "counter.h"
- //-------------------------------------------------------------------------
- class TExample
- {
- private:
- void MultipleReached(TCounter *Sender);
- public:
- TExample();
- };
- //-------------------------------------------------------------------------
-