コード例 #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
ファイル: NZBDriveOptions.cs プロジェクト: fcccode/NZBDrive
 public NZBDriveOptionsData(NZBDriveOptionsData other)
 {
     LogLevel    = other.LogLevel;
     CachePath   = other.CachePath;
     DriveLetter = other.DriveLetter;
 }