BMonitor/MainFrame.cpp

5 lines
106 B
C++

#include "MainFrame.h"
CMainFrame::CMainFrame(const wxString& title) : wxFrame(NULL, wxID_ANY, title)
{
}