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