Exemple #1
0
 protected virtual void OnDownloading(TaskProgressingEventArgs e)
 {
     this.Downloading?.Invoke(this, e);
 }
Exemple #2
0
 protected virtual void OnProgressed(TaskProgressingEventArgs e)
 {
     this.Progressed?.Invoke(this, e);
 }