InventoryMaintenanceForm..::..DisplayBinLocation Method

Namespace:  JiwaFinancials.Jiwa.JiwaInventoryUI
Assembly:  JiwaInventoryUI (in JiwaInventoryUI.dll)

Syntax


public void DisplayBinLocation(
	BinLocation binLocation,
	int Row
)
Public Sub DisplayBinLocation ( _
	binLocation As BinLocation, _
	Row As Integer _
)
public:
void DisplayBinLocation(
	BinLocation^ binLocation, 
	int^ Row
)