コード例 #1
0
 public FascicoloContentDecorator(string idPeople, string idGruppo, string folderId, string fascId, ProcessFolderDelegate <C> folderDel, ProcessInfoDocumentoDelegate <C> infoDocDel)
 {
     this._idPeople   = idPeople;
     this._idGruppo   = idGruppo;
     this._folderId   = folderId;
     this._fascId     = fascId;
     this._folderDel  = folderDel;
     this._infoDocDel = infoDocDel;
 }
コード例 #2
0
 public FolderMonitor(IProfile profile, string watchFolder, string filterPattern, ProcessFolderDelegate processor) : base(profile, watchFolder, filterPattern) {
     this.processor = processor;
 }
コード例 #3
0
 public FolderMonitor(IProfile profile, string watchFolder, string filterPattern, ProcessFolderDelegate processor) : base(profile, watchFolder, filterPattern)
 {
     this.processor = processor;
 }