示例#1
0
 public ScanOperations(ScanLibrary scanLibrary, string scanDirectoryPath)
 {
     this.scanLibrary       = scanLibrary;
     this.scanDirectoryPath = scanDirectoryPath.Trim().TrimEnd(Path.DirectorySeparatorChar);
 }
示例#2
0
 public ScanResult(ScanLibrary scanLibrary, string scanDirectoryPath)
 {
     this.scanLibrary       = scanLibrary;
     this.scanDirectoryPath = scanDirectoryPath;
 }