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