#include "BrowserApp.h" bool BrowserApp::OnInit() { BrowserFrame *frame = new BrowserFrame(NULL); frame->Show(true); return true; }