- follow the tutorial provided by Microsoft.
- follow the followup tutorial for linking views and view models, specifically the section titled "Creating the View Model Using a View Model Locator"
- setup auto-wiring for the container in this section of the tutorial.
- Ensure that you set the default ViewModel factory in the Bootstrapper.ConfigureContainer method: ViewModelLocationProvider.SetDefaultViewModelFactory(viewModelType => this.Container.Resolve(viewModelType));
Monday, September 01, 2014
Creating a WPF app with Microsoft Prism Framework 5
To get started, do the following:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment