Design Pattern Framework 3.5
Presenter<(Of <(T>)>) Constructor (view)
Patterns-In-Action! Application ► WindowsFormsPresenter ► Presenter<(Of <(T>)>) ► Presenter<(Of <(T>)>)(T)
Constructor. Sets the view.

C# | Visual Basic |
public Presenter( T view )
Public Sub New ( _ view As T _ )

- view (T)
- The view.