Szontágh Ferenc
2025-03-12 77bc7063534ab317a2ef96249a4f78198d01ef01
1
2
3
4
5
6
7
#include "BrowserApp.h"
 
bool BrowserApp::OnInit() {
  BrowserFrame *frame = new BrowserFrame(NULL);
  frame->Show(true);
  return true;
}