예제 #1
0
 public UIAction FromObservable(Func <IObservable <Unit> > workFactory, IObservable <bool> enabledIf = null)
 {
     return(UIAction.FromObservable(workFactory, schedulerProvider.MainScheduler, enabledIf));
 }