Example #1
0
 protected AsyncLoaderViewModelBase()
 {
     this.RegisterFunction(this.DoLoad);
     ThrownExceptions.ObserveOnUiSafeScheduler().Subscribe(OnError);
 }