예제 #1
0
 public void SetValues(NZBDriveOptionsData other)
 {
     LogLevel    = other.LogLevel;
     DriveLetter = other.DriveLetter;
 }
예제 #2
0
 public NZBDriveOptionsData(NZBDriveOptionsData other)
 {
     LogLevel    = other.LogLevel;
     DriveLetter = other.DriveLetter;
 }
예제 #3
0
 public NZBDriveOptionsData(NZBDriveOptionsData other)
 {
     LogLevel    = other.LogLevel;
     CachePath   = other.CachePath;
     DriveLetter = other.DriveLetter;
 }