Initializes a new instance of the BCWorkAreaExtender class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
[ObsoleteAttribute("The default constructor is deprecated. Use the parameterized constructor of the "BCWorkAreaExtender" class.", 
	true)]
public BCWorkAreaExtender()
Visual Basic
<ObsoleteAttribute("The default constructor is deprecated. Use the parameterized constructor of the "BCWorkAreaExtender" class.",  _
	True)> _
Public Sub New
Visual C++
[ObsoleteAttribute(L"The default constructor is deprecated. Use the parameterized constructor of the "BCWorkAreaExtender" class.", 
	true)]
public:
BCWorkAreaExtender()

Remarks

The default constructor is deprecated. Use the parameterized constructor of the BCWorkAreaExtender class.

See Also