Inheritance: System.EventArgs
Ejemplo n.º 1
0
 public void OnWatchedFileChanged(object sender, FileChangedEventArgs args)
 {
     lock (hashcache)
     {
         hashcache.Remove(args.FilePath);
     }
 }
Ejemplo n.º 2
0
 public void OnWatchedFileChanged( object sender, FileChangedEventArgs args)
 {
     lock (hashcache)
     {
         hashcache.Remove(args.FilePath);
     }
 }