示例#1
0
 public DeviceDriver() : base()
 {
     _devicePara           = new DevicePara();
     _deviceDyn            = new DeviceDyn();
     _protocol             = new DeviceProtocol();
     _contextMenuComponent = new ContextMenuComponent();
 }
示例#2
0
 public DeviceDriver() : base()
 {
     _protocol             = new DeviceProtocol();
     _contextMenuComponent = new ContextMenuComponent();
 }