Initializes the new instance of the DialogContentControl class.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public DialogContentControl(
	C1Scheduler owner
)
Visual Basic (Declaration)
Public Sub New ( _
	owner As C1Scheduler _
)

Parameters

owner
Type: C1.WPF.C1Schedule..::..C1Scheduler
The owning C1Scheduler control.

See Also