I have been searching but I have not been able to find an example that uses MVVM light toolkit that loads a new window. I would like an example that passes between both the parent and child window.
For exmaple I am in my MainWindow.xaml and I want to be able to load a new window, both bring in view at the same time. Not a pop up window.
I am using WPF.
Any examples would be a great help?
Thanks