Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MountPointReceiver"/> class.
 /// </summary>
 /// <param name="device">The device.</param>
 public MountPointReceiver(Device device)
 {
     this.Device = device;
 }