[]
        
(Showing Draft Content)

C1.Win.Schedule.Forms.ContactCollectionForm.-ctor

ContactCollectionForm Constructor

ContactCollectionForm(ContactCollection)

Initializes a new instance of the ContactCollectionForm form.

Declaration
public ContactCollectionForm(ContactCollection collection)
Public Sub New(collection As ContactCollection)
Parameters
Type Name Description
ContactCollection collection

The C1.Schedule.ContactCollection object.

ContactCollectionForm(C1Schedule, ContactCollection)

Initializes a new instance of the ContactCollectionForm form.

Declaration
public ContactCollectionForm(C1Schedule schedule, ContactCollection collection)
Public Sub New(schedule As C1Schedule, collection As ContactCollection)
Parameters
Type Name Description
C1Schedule schedule

The owning C1Schedule object.

ContactCollection collection

The C1.Schedule.ContactCollection object.