Skip to content

michafrank/SimpleReactiveUIDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ReactiveUI Demo

This simple WPF demo with ReactiveUI

I have added a file search which searches for files in the local My Pictures folder of the user. If you want to replace the Flickr photo search from the original example with the local file search just replace the following line in AppViewModel.cs:

var ExecuteSearch = ReactiveCommand.CreateFromTask((string searchedTerm) => FlickrPhotoSearch.Search(searchedTerm));

with

var ExecuteSearch = ReactiveCommand.CreateFromTask((string searchedTerm) => MyPicturesSearch.Search(searchedTerm));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages