diff options
Diffstat (limited to 'Project/ControlEditor.cpp')
-rw-r--r-- | Project/ControlEditor.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Project/ControlEditor.cpp b/Project/ControlEditor.cpp new file mode 100644 index 0000000..422bfb0 --- /dev/null +++ b/Project/ControlEditor.cpp @@ -0,0 +1,11 @@ +#include "ControlEditor.h" + +ControlEditor::ControlEditor(wxWindow* parent) + : ControlEditorBase(parent) +{ +} + +ControlEditor::~ControlEditor() +{ +} + |