00001 #include "main.h" 00002 #include "flowvis_frame.h" 00003 00004 IMPLEMENT_APP(FlowVisApp) 00005 00006 bool FlowVisApp::OnInit() 00007 { 00008 FlowVisFrame *mainwindow = new FlowVisFrame(0); 00009 mainwindow->Center(); 00010 mainwindow->Show(true); 00011 00012 return true; 00013 }