Пример #1
0
 private void CancelDownload()
 {
     if (client != null)
     {
         client.Cancel();
     }
     onFinished.Invoke();
 }