Hello,
I have two view models A and B. On a double click on view A I need to display view B. How can I call a view B from a view Model A using the MVVM pattern.
I have looked around and I couldn't find a clear example that demonstrate this fundamental concept for the MVVM pattern.
Thank you