I have an interesting situation in my current project. I have a Form (View) with a Presenter and I have a Control (View) with it's own Presenter. The control presenter needs information that the form presenter has. To facilitate this, I created an intermediate
Read More