mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
11 lines
148 B
C++
11 lines
148 B
C++
#include <Report/Report.h>
|
|
|
|
using namespace Upp;
|
|
|
|
GUI_APP_MAIN
|
|
{
|
|
Report r;
|
|
r << "@@iml:400*400`CtrlImg:exclamation`";
|
|
|
|
Perform(r);
|
|
}
|