This commit is contained in:
Trevor Payne
2020-05-12 15:29:34 -05:00
parent d11e0db14a
commit e581219e32

View File

@@ -39,9 +39,6 @@ namespace PepperDash.Essentials.DM.Endpoints.DGEs
private set;
}
CrestronTouchpanelPropertiesConfig PropertiesConfig;
public DmDge200CController(string key, string name, DmDge200C device, DeviceConfig dc, CrestronTouchpanelPropertiesConfig props)
: base(key, name, device, dc, props)
{