Relative Content

Tag Archive for c#dependency-injectionmediator

c# Force instantiate DI singleton

I’m currently in my GUI attempting to use the Mediator pattern and Dependency injection together, and therefore wish to inject required classes/viewmodels(components) into the respective mediator.

c# Force instantiate DI singleton

I’m currently in my GUI attempting to use the Mediator pattern and Dependency injection together, and therefore wish to inject required classes/viewmodels(components) into the respective mediator.