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