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:
Hello everybody! I have a question about the 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: