コード例 #1
0
ファイル: FileCopy.cs プロジェクト: zackasattackas/zcopy
 protected void OnHashComputed(object sender, FileHashComputedEventArgs2 args)
 {
     HashComputed?.Invoke(this, args);
 }
コード例 #2
0
 private static void FileCopyOnHashComputed(object sender, FileHashComputedEventArgs2 e)
 {
     throw new NotImplementedException();
 }