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

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

    Parameters

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