C1WebScheduleStorage constructor.

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

Syntax

C#
public WebAppointmentStorage(
	C1Schedule parentControl,
	C1ScheduleStorage winStorage
)
Visual Basic
Public Sub New ( _
	parentControl As C1Schedule, _
	winStorage As C1ScheduleStorage _
)

See Also