예제 #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;
 }