mysteryx93 / HanumanInstitute.MvvmDialogs

Library simplifying the concept of opening dialogs from a view model when using MVVM
MIT License
173 stars 9 forks source link

Allow overriding of creation of the instance of the view #16

Closed Mrxx99 closed 1 year ago

Mrxx99 commented 1 year ago

This allows overriding of the instance creation of the view, this can be used e.g. when the view should also be instanciated from DI.

mysteryx93 commented 1 year ago

Fair enough.