IHostDocumentsViewsShowStocks Method

Show the stock query window of an article.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowStocks(
	string code,
	IWindowView windowOwner = null
)

Parameters

code  String
Product code.
windowOwner  IWindowView  (Optional)
Window on which to center the form.

See Also