ultimatepp/bazaar/CypherTest/CypherTest.h
micio 83be4d2245 Bazaar/Cypher : Added first implementation of modular encryption package
Still missing error checkings

git-svn-id: svn://ultimatepp.org/upp/trunk@2732 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-02 23:39:52 +00:00

25 lines
419 B
C++

#ifndef _CypherTest_CypherTest_h
#define _CypherTest_CypherTest_h
#include <CtrlLib/CtrlLib.h>
#include <Controls4U/Controls4U.h>
using namespace Upp;
#define LAYOUTFILE <CypherTest/CypherTest.lay>
#include <CtrlCore/lay.h>
class CypherTest : public WithCypherTestLayout<TopWindow>
{
private:
void onCypherSwitch(void);
void onGo(void);
public:
typedef CypherTest CLASSNAME;
CypherTest();
};
#endif