Beispiel #1
0
 public IObservable <float> OnChangeProgressAsObservable()
 {
     return(ProgressSummary.Select(x => x / Count).AsObservable());
 }