24 lines
378 B
C++
24 lines
378 B
C++
/*
|
|
* ToolboxItem.cpp
|
|
*
|
|
* Created on: Apr 17, 2016
|
|
* Author: beckermj
|
|
*/
|
|
|
|
#include "ToolboxItem.h"
|
|
|
|
namespace UniversalEditor {
|
|
namespace UserInterface {
|
|
|
|
ToolboxItem::ToolboxItem() {
|
|
// TODO Auto-generated constructor stub
|
|
|
|
}
|
|
|
|
ToolboxItem::~ToolboxItem() {
|
|
// TODO Auto-generated destructor stub
|
|
}
|
|
|
|
} /* namespace UserInterface */
|
|
} /* namespace UniversalEditor */
|