BMonitor/MainFrame.cpp

5 lines
106 B
C++
Raw Normal View History

2024-12-26 09:48:47 +08:00
#include "MainFrame.h"
CMainFrame::CMainFrame(const wxString& title) : wxFrame(NULL, wxID_ANY, title)
{
}