#include "Property.h" Property::Property(PROPGRIDITEM item, DWORD addr) { this->addr = addr; this->item = item; } Property::~Property(void) { }