상속: System.EventArgs
예제 #1
0
 public void OnWatchedFileChanged(object sender, FileChangedEventArgs args)
 {
     lock (hashcache)
     {
         hashcache.Remove(args.FilePath);
     }
 }
예제 #2
0
 public void OnWatchedFileChanged( object sender, FileChangedEventArgs args)
 {
     lock (hashcache)
     {
         hashcache.Remove(args.FilePath);
     }
 }