Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / ResourceListForm Class / ResourceListForm Constructor / ResourceListForm Constructor(C1Schedule,ResourceList)
The owning C1.Win.C1Schedule.C1Schedule control.
The C1.C1Schedule.ResourceList list to edit.

In This Topic
    ResourceListForm Constructor(C1Schedule,ResourceList)
    In This Topic
    Initializes a new instance of the ResourceListForm form.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal schedule As C1Schedule, _
       ByVal list As ResourceList _
    )
    public ResourceListForm( 
       C1Schedule schedule,
       ResourceList list
    )

    Parameters

    schedule
    The owning C1.Win.C1Schedule.C1Schedule control.
    list
    The C1.C1Schedule.ResourceList list to edit.
    See Also