/// <summary> /// Initializes a new instance of the <see cref="Device"/> class. /// </summary> /// <param name="controlBlock"> /// The control block. /// </param> protected Device(ControlBlock controlBlock) { this.controlBlock = controlBlock; }
/// <summary> /// Initializes a new instance of the <see cref="DeviceC"/> class. /// </summary> /// <param name="manager"> /// The manager. /// </param> public DeviceC(ControlBlock manager) : base(manager) { }