コード例 #1
0
 public Catcher(ISourceDirectory source, IHandledStorage handled, IPasportSaver saver, IFileStorage fs)
 {
     this.Source      = source;
     this.Saver       = saver;
     this.Handled     = handled;
     this.FileStorage = fs;
 }
コード例 #2
0
ファイル: DirectoryMonitor.cs プロジェクト: soa137/RAW400
 public DirectoryMonitor(ISourceDirectory source, IHandledStorage handled)
 {
     this.source  = source;
     this.handled = handled;
 }