Search
AppointmentForm Constructor (Schedule)
See Also
 





Initializes a new instance of the AppointmentForm class.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf.StandardForms

 Syntax

C#  Copy Code

public AppointmentForm (
    Schedule schedule
)

Visual Basic  Copy Code

Public New ( _
    schedule As Schedule _
)

 Parameters

schedule
A schedule object used to initialize certain fields on the form, such as the list with available locations. This value cannot be null (Nothing in Visual Basic).

 See Also