LoginPresenter Constructor (view)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 LoginPresenter Constructor (view)
Patterns-In-Action! ApplicationWindowsFormsPresenterLoginPresenterLoginPresenter(ILoginView)
Constructor.
Declaration Syntax
C# Visual Basic
public LoginPresenter(
	ILoginView view
)
Public Sub New ( _
	view As ILoginView _
)
Parameters
view (ILoginView)
The view

Assembly: WindowsFormsPresenter (Module: WindowsFormsPresenter) Version: 1.0.0.0 (1.0.0.0)