Design Pattern Framework 3.5
WindowsFormsPresenter Namespace
Patterns-In-Action! Application ► WindowsFormsPresenter

C# | Visual Basic |
namespace WindowsFormsPresenter
Namespace WindowsFormsPresenter

All Types | Classes |
Icon | Type | Description |
---|---|---|
![]() |
CustomerPresenter |
Customer Presenter class.
|
![]() |
CustomersPresenter |
Customers Presenter class.
|
![]() |
LoginPresenter |
Login Presenter class.
|
![]() |
LogoutPresenter |
Logout Presenter class.
|
![]() |
OrdersPresenter |
Orders Presenter class.
|
![]() |
Presenter<(Of <(T>)>) |
Base class for all presenter classes. Keeps track of Model and View classes.
Notice that Model is static and View is set in the constructor.
|