Exemple #1
0
 protected void OnChunkHashed(object sender, FileHashProgressEventArgs args)
 {
     ChunkHashed?.Invoke(this, args);
 }
Exemple #2
0
 private static void FileCopyOnChunkHashed(object sender, FileHashProgressEventArgs e)
 {
     throw new NotImplementedException();
 }