예제 #1
0
 private Action<TimeSpan> SetEstimation(Dispatcher dispatcher, ResourceModel model)
 {
     return estimation =>
     {
         dispatcher.Handle(() => model.SetEstimation(estimation));
     };
 }