Ejemplo n.º 1
0
 public DeviceItem(DeviceLogic deviceLogic, CommLine commLine)
 {
     Device = deviceLogic;
     Line   = commLine;
 }