Base class for a platform independant representation of a dialog screen.

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

Syntax

C#
public abstract class Dialog<eventArgsType, dataType> where eventArgsType : Dialog<eventArgsType, dataType>.EventArgs

Type Parameters

eventArgsType
The type of the eventargument class.
dataType
The type of the strong-typed window data parameter.

Remarks

Inheritance Hierarchy