Example #1
0
 public TestConnector(DriveInfo drive) : base(drive)
 {
 }
Example #2
0
 // Initializes a new object of this class.
 protected DriveConnector(DriveInfo drive)
 {
     if (drive == null)
         throw new ArgumentNullException("drive");
     Drive = drive;
 }
Example #3
0
 public SOAPConnector(DriveInfo drive) : base(drive)
 {
 }
Example #4
0
 // Initializes a new object of this class.
 public XmlConnector(DriveInfo drive) : base(drive)
 {
 }
Example #5
0
 // Initializes a new object of this class.
 public CacheConnector(DriveInfo drive) : base(drive)
 {
 }