Tagged Questions
1
vote
1answer
310 views
WPF DI Service Locator
So I'm looking for some clarification how it would be possible to remove the service locator from my application.
I have a ViewManagerService that is responsible for knowing which view is active, ...