Initializes a new instance of the LabelSerializableWrapper class.

Namespace:  C1.Web.UI.Controls.C1Schedule.C1WebDataStorage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public LabelSerializableWrapper(
	Label lbl
)
Visual Basic
Public Sub New ( _
	lbl As Label _
)

Parameters

lbl
Type: C1.C1Schedule..::..Label
The LBL.

See Also