Creates an userinterface screen representing this instance and displays it as a modal screen.

Namespace: inchl.Framework.Business
Assembly:   inchl.Framework.Business (in inchl.Framework.Business.dll)

Syntax

C#
public void ShowDialog (
	IAsynchroneCallHandler handler
)

Parameters

handler
inchl.Framework.Business.IAsynchroneCallHandler
The instance that implements a method that handles the close-event of the userinterface screen.