Display Method (customerId)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Display Method (customerId)
Patterns-In-Action! ApplicationWindowsFormsPresenterCustomerPresenterDisplay(Int32)
Gets customer from model and sets values in the view.
Declaration Syntax
C# Visual Basic
public void Display(
	int customerId
)
Public Sub Display ( _
	customerId As Integer _
)
Parameters
customerId (Int32)
Customer to display

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