mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
This commit is contained in:
commit
b8272ee30d
18 changed files with 1233 additions and 1110 deletions
|
|
@ -13,6 +13,12 @@ using namespace Upp;
|
|||
GUI_APP_MAIN
|
||||
{
|
||||
TopWindow win;
|
||||
win.Title("TEST");
|
||||
win.LargeIcon(TestImg::Icon());
|
||||
DLOG("*********** OPEN MAIN");
|
||||
win.OpenMain();
|
||||
DLOG("*********** SLEEP 500");
|
||||
Sleep(5000);
|
||||
DLOG("*********** RUN");
|
||||
win.Run();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue