I'm working right now with Prism in a WPF Application. But now I feel the necessity to use a DialogService
, and I would like to use a MVVM Framework where support this feature.
I wouldn't like to implement my own DialogService.
Thanks in advance.