IHostDocumentsViewsShowCustomerRisk Method

Show a customer's risk window.

Definition

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

Parameters

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

See Also