#ifndef _TestApp_TestApp_h #define _TestApp_TestApp_h #include //#include using namespace Upp; #define LAYOUTFILE #include class TestApp : public WithTestAppLayout { public: typedef TestApp CLASSNAME; EditString editstring; Button b1, b2; // void Remove() {grid.DoRemove();} void sigBar(Bar& bar); TestApp(); }; #endif