C1ScheduleStorage Constructor(Control)
In This Topic
Initializes the new instance of the
C1ScheduleStorage component.
Syntax
'Declaration
Public Function New( _
ByVal As Control _
)
public C1ScheduleStorage(
Control
)
Parameters
- scheduler
- The owning Scheduler control.
See Also