I was reviewing the design of an MVP setup and the logic that moves between one form and another for the process, today. The basic idea is simple: Presenter calls view.ShowForm, view loads up the new form to work. In the this case, there is an additional
Read More