10 lines
138 B
C++
10 lines
138 B
C++
#include "MainFrame.h"
|
|
|
|
CMainFrame::CMainFrame(const wxString& title) : wxFrame(NULL, wxID_ANY, title)
|
|
{
|
|
}
|
|
|
|
CMainFrame::~CMainFrame()
|
|
{
|
|
}
|