public DeviceObject(
     IPortableDeviceHelper portableDeviceHelper,
     IPortableDeviceContent portableDeviceContent,
     IFilenameMatcher filenameMatcher,
     string id,
     string name)
 {
     _portableDeviceHelper  = portableDeviceHelper;
     _portableDeviceContent = portableDeviceContent;
     _filenameMatcher       = filenameMatcher;
     Id   = id;
     Name = name;
 }
Exemple #2
0
 public DeviceObject(
     IPortableDeviceHelper portableDeviceHelper, 
     IPortableDeviceContent portableDeviceContent, 
     IFilenameMatcher filenameMatcher,
     string id, 
     string name)
 {
     _portableDeviceHelper = portableDeviceHelper;
     _portableDeviceContent = portableDeviceContent;
     _filenameMatcher = filenameMatcher;
     Id = id;
     Name = name;
 }