#include "ControlEditor.h" ControlEditor::ControlEditor(wxWindow* parent) : ControlEditorBase(parent) { } ControlEditor::~ControlEditor() { }