Initializes a new instance of the CategorySerializableWrapper class.

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

Syntax

C#
public CategorySerializableWrapper(
	Category category,
	C1WebScheduleStorage storage
)
Visual Basic
Public Sub New ( _
	category As Category, _
	storage As C1WebScheduleStorage _
)

See Also