示例#1
0
 public BackgroudFindFile(FileFinder finder, string root, int milliSeconds)
 {
     this.finder = finder;
     this.provider = finder.Provider;
     this.root = root;
     this.milliSeconds = milliSeconds;
 }
示例#2
0
 public FileFinder(FileFinderListener provider)
 {
     this.provider = provider;
 }