#include "cApp.h" #include "ui/cFrame.h" bool cApp::OnInit() { auto *frame = new cFrame(); return frame->Show(true); }