Display Method (customerId)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Display Method (customerId)
Patterns-In-Action! ApplicationWindowsFormsPresenterOrdersPresenterDisplay(Int32)
Displays list of orders.
Declaration Syntax
C# Visual Basic
public void Display(
	int customerId
)
Public Sub Display ( _
	customerId As Integer _
)
Parameters
customerId (Int32)
Customer id to display.

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