ultimatepp/upptst/LabelBox/main.cpp
cxl c6987045f8 .upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@12316 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-27 21:05:25 +00:00

11 lines
123 B
C++

#include "LabelBox.h"
MyApp::MyApp()
{
CtrlLayout(*this, "Window title");
}
GUI_APP_MAIN
{
MyApp().Run();
}