WPF Prism MVVM, Internationalized Wizard Passing model data between the wizard steps
- by Nick V
I've found the following example of a wizard located here:
http://www.codeproject.com/Articles/31837/Creating-an-Internationalized-Wizard-in-WPF
Now I've spent quite some time looking at the example and i understand pretty much everything. But i can't figure out how he passes an object between the different modelViews.
And as you can imagine that…