public DeviceDriver() : base() { _devicePara = new DevicePara(); _deviceDyn = new DeviceDyn(); _protocol = new DeviceProtocol(); _contextMenuComponent = new ContextMenuComponent(); }
public DeviceDriver() : base() { _protocol = new DeviceProtocol(); _contextMenuComponent = new ContextMenuComponent(); }