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 step is quite crucial..
In the example he uses an CupOfCoffee Object in the main wizardviewmodel and somehow manages to adjust it throughout the wizard. But i cant see anywhere how he does that.
I've already tried to recreate a project like he has but no success.
Could anyone tell me how he passes the objects between the different viewModels?