Relative Content

Tag Archive for c#winformsmvp

Implementation of MVP using the WinForms platform

I am creating an application on WinForms using the MVP pattern. I have a separate project for each form, the interfaces for the views are in a separate project. The presenters also have their own separate project. I had two questions: