Esempio n. 1
0
 public void SetValues(NZBDriveOptionsData other)
 {
     LogLevel    = other.LogLevel;
     DriveLetter = other.DriveLetter;
 }
Esempio n. 2
0
 public NZBDriveOptionsData(NZBDriveOptionsData other)
 {
     LogLevel    = other.LogLevel;
     DriveLetter = other.DriveLetter;
 }
Esempio n. 3
0
 public NZBDriveOptionsData(NZBDriveOptionsData other)
 {
     LogLevel    = other.LogLevel;
     CachePath   = other.CachePath;
     DriveLetter = other.DriveLetter;
 }