Request..::..DisplayShip Method

Displays the ship.

Namespace:  JiwaFinancials.Jiwa.JiwaSupplierReturnsUI.Request
Assembly:  JiwaSupplierReturnsUI (in JiwaSupplierReturnsUI.dll)

Syntax


public void DisplayShip(
	Shipping Line,
	int Row
)
Public Sub DisplayShip ( _
	Line As Shipping, _
	Row As Integer _
)
public:
void DisplayShip(
	Shipping^ Line, 
	int^ Row
)