LogoutPresenter Constructor (view)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 LogoutPresenter Constructor (view)
Patterns-In-Action! ApplicationWindowsFormsPresenterLogoutPresenterLogoutPresenter(IView)
Constructor. View is not really used here.
Declaration Syntax
C# Visual Basic
public LogoutPresenter(
	IView view
)
Public Sub New ( _
	view As IView _
)
Parameters
view (IView)
The view.

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