ultimatepp/rainbow/SysShutdown/main.cpp
cxl 52f68cc6b4 .Developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3707 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-24 17:18:53 +00:00

10 lines
151 B
C++

#include <CtrlLib/CtrlLib.h>
using namespace Upp;
GUI_APP_MAIN
{
int q = PromptYesNo("Just a test");
DDUMP(q);
PromptOK(AsString(q));
}