示例#1
0
 protected void OnHashFailed(object sender, FileHashMismatchEventArgs args)
 {
     HashFailed?.Invoke(this, args);
 }
示例#2
0
 private static void FileCopyOnHashFailed(object sender, FileHashMismatchEventArgs e)
 {
     throw new NotImplementedException();
 }