Creating a simple WPF application using Prism: Part 2
For our search module, I’ve created a SearchView.xaml and SearchViewModel. with interfaces. Search.xaml.cs will look like this. public partial class SearchView : UserControl, ISearchView { public SearchView(ISearchViewModel viewModel) ...
Original post: Creating a simple WPF application using Prism: Part 2 by at wpf xaml gui - Google Blog Search