コード例 #1
0
ファイル: FileFinder.cs プロジェクト: jihadbird/firespider
 public BackgroudFindFile(FileFinder finder, string root, int milliSeconds)
 {
     this.finder = finder;
     this.provider = finder.Provider;
     this.root = root;
     this.milliSeconds = milliSeconds;
 }
コード例 #2
0
ファイル: FileFinder.cs プロジェクト: jihadbird/firespider
 public FileFinder(FileFinderListener provider)
 {
     this.provider = provider;
 }