Example #1
0
 private void _adapter_Downloading(string file, ulong downloaded, ulong totalBytes)
 {
     Downloading?.Invoke(file, downloaded, totalBytes);
 }