gtransm/gui/mainpanel.cxx

7 lines
211 B
C++
Raw Normal View History

2025-04-02 10:36:48 +08:00
#include "mainpanel.h"
2025-04-03 10:23:46 +08:00
CMainPanel::CMainPanel(wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name)
: CBasePanel(parent, id, pos, size, style, name)
2025-04-02 10:36:48 +08:00
{
}