Ejemplo n.º 1
0
 public IBackgroundPathable <byte[]> usingWatcher(Watcher watcher)
 {
     return(_getDataBuilderImpl.usingWatcher(watcher));
 }
Ejemplo n.º 2
0
 public IPathable <byte[]> usingWatcher(Watcher watcher)
 {
     _getDataBuilderImpl.usingWatcher(watcher);
     return(_getDataBuilderImpl);
 }