#ifndef _TestLEDCtrl_TestLEDCtrl_h #define _TestLEDCtrl_TestLEDCtrl_h #include #include "LEDCtrl/LEDCtrl.h" using namespace Upp; #define LAYOUTFILE #include class TestLEDCtrl : public WithTestLEDCtrlLayout { public: typedef TestLEDCtrl CLASSNAME; TestLEDCtrl(); private : LEDCtrl MyLED ; AnimatedLEDCtrl MyAnimLed, MyBlinkLed ; void TerminerApplication( void ) ; }; #endif