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