I have a dialog box with two disctinct parts. Each part uses a model view design.
But when a model is updated, the second one has to be updated too.
I’m wondering if it exists any best pratice or design pattern for communicating (update notification) between two models.
That's not realy possible to have two views and only one model.
Thanks for your time