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