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