예제 #1
0
 /// <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;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DeviceC"/> class.
 /// </summary>
 /// <param name="manager">
 /// The manager.
 /// </param>
 public DeviceC(ControlBlock manager)
     : base(manager)
 {
 }