Does anyone have any examples of showing a window dialog using MVVM (Prism)? - for example a configuration settings window when a command is executed.
All of the exa
It isn't Prism, but this MVVM demo has an Options Dialog that's fully MVVM.