Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / ResourceCollectionForm Class / ResourceCollectionForm Constructor / ResourceCollectionForm Constructor(C1Schedule,ResourceCollection)
The owning C1.Win.C1Schedule.C1Schedule object.
The C1.C1Schedule.ResourceCollection object.

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

    Parameters

    schedule
    The owning C1.Win.C1Schedule.C1Schedule object.
    collection
    The C1.C1Schedule.ResourceCollection object.
    See Also