Exemplo n.º 1
0
 public override void StopWatching()
 {
     _fileWatcher.stopWatching();
 }
Exemplo n.º 2
0
 public override void StopWatching()
 {
     _defaultFileWatcher.stopWatching();
     _specificFileWatcher.stopWatching();
 }