DI Container: TaskService with multiple Forms
description
I'd like an example where you can open a view via TaskService as allready available. But this view should contain other views, which use services like a repository or "someservicevent". How would you implement that, as the views are invoked by a child cointainer? Or would you even prefer to work with controls instead? Should every view have his own presenter, or would you use a central presenter which controls al views?
Kind regards
svbirdy