See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Initializes a new instance of the FormShowActionBase class

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
protected FormShowActionBase(
	Object entityToEditSource,
	Type editingFormOrFormFactoryType
)
Visual Basic
Protected Sub New ( 
	entityToEditSource As Object,
	editingFormOrFormFactoryType As Type
)
Visual C++
protected:
FormShowActionBase(
	Object^ entityToEditSource, 
	Type^ editingFormOrFormFactoryType
)

Parameters

entityToEditSource
Type: System..::..Object
editingFormOrFormFactoryType
Type: System..::..Type

See Also