Ejemplo n.º 1
0
 public Item(FileSystemWatchService service, Int64 id, String filePath, Action <FileContentProvider> callback)
 {
     _service  = service;
     _id       = id;
     _filePath = filePath;
     Callback  = callback;
 }
Ejemplo n.º 2
0
 public FSFilter(FileSystemWatchService self)
 {
     _self = self;
 }