#include "RemoteControl.h"

RemoteControl::RemoteControl(wxWindow* parent) : wxPanel(parent)
{
}

RemoteControl::~RemoteControl()
{
}