Пример #1
0
 public void Dispose()
 {
     if (_watcher.isNotNull())
     {
         _watcher.Dispose();
         _watcher = null;
     }
 }