Initializes a new instance of the ContactSerializableWrapper class.

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

Syntax

C#
public ContactSerializableWrapper(
	Contact contact,
	C1WebScheduleStorage storage
)
Visual Basic
Public Sub New ( _
	contact As Contact, _
	storage As C1WebScheduleStorage _
)

See Also