Creating a simple WPF application using Prism: Part 2 by Xaml

Sun, 07 Jun 2009 00:00:52 -0600

Creating a simple WPF application using Prism: Part 2

by Xaml @ Sun, 07 Jun 2009 00:00:52 -0600



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) ...