#ifndef _testcrash_testcrash_h #define _testcrash_testcrash_h #include using namespace Upp; #define LAYOUTFILE #include class testcrash : public WithtestcrashLayout { public: typedef testcrash CLASSNAME; testcrash(); void testing(); }; #endif