RelayFile/UserInterface/RemoteControl.cxx
2025-05-08 21:44:16 +08:00

10 lines
134 B
C++

#include "RemoteControl.h"
RemoteControl::RemoteControl(wxWindow* parent) : wxPanel(parent)
{
}
RemoteControl::~RemoteControl()
{
}