Inheritance: 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);
     }
 }