Exemplo n.º 1
0
 public void SetDownloadProgress(string location, long total, long progress)
 {
     _Window.SetDownloadProgress(location, total, progress);
 }