mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
55 lines
462 B
C++
55 lines
462 B
C++
#include "aaa.h"
|
|
|
|
|
|
bool aaa::Accept()
|
|
{
|
|
}
|
|
|
|
|
|
aaa::aaa()
|
|
{
|
|
GetBackPaint()
|
|
DeleteFolderDeep()
|
|
CtrlLayout(*this, "Window title");
|
|
Exclamation("dfsdfasdfgsdfgsdfssssssssssssssssssssssssssssssssssssssssssssssssssgsdfgsdfgasdfffffffffffffffffffffffffffffffffffsdfasdfsadf");
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GUI_APP_MAIN
|
|
{
|
|
aaa().Run();
|
|
String s;
|
|
s.Cat(s.GetIter())
|
|
s.Cat()
|
|
s.EndsWith(s.GetHashValue())
|
|
}
|
|
|