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

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

    Parameters

    list
    The C1.C1Schedule.ResourceList list to edit.
    See Also