Hey,
I am learning MVVM and I face a big problem.
I would like to open Windows Phone Page (PhoneApplicationPage) using
Commands that are on my ViewModel. I create a class "DialogService"
which aims to create PhoneApplicationPage. The problem is that I don't
know how to instanciate programmatically a PhoneApplicationPage.
I imagine it is not obvious because in my ViewModel I don't have any information about the View (i.e using the 'back' button).
What is the workaround to display PhoneApplicationPage using Command in MVVM?
Regards,
R.
Reply