RelayFile/UserInterface/HeaderControl.cxx

10 lines
134 B
C++
Raw Normal View History

2025-05-08 21:44:16 +08:00
#include "HeaderControl.h"
HeaderControl::HeaderControl(wxWindow* parent) : wxPanel(parent)
{
}
HeaderControl::~HeaderControl()
{
}