Initializes a new instance of the CoverElement class.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public CoverElement(
	Object dataObject
)
Visual Basic (Declaration)
Public Sub New ( _
	dataObject As Object _
)

Parameters

dataObject
Type: System..::..Object
The represented data object.

See Also