3
I have a screen A that has a text field and a button, that screen button A, opens a second screen B.
That screen B has another text field to fill and save, when the person click save the screen closes, and what she filled on the screen B must appear filled in the screen field A.
I used canvas A and B as an example, how to do using MVVM ?
I found this question, but what I want to do is the opposite of MVVM.
Are you using any WPF framework? Which?
– ramaral
@ramaral I’m using Prism but if you make an example without Prism also accepted.
– Samuel Renan Gonçalves Vaz