Initializes a new instance of the ProjectXmlSerializer class.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public ProjectXmlSerializer(
	GanttChartView control
)
Visual Basic (Declaration)
Public Sub New ( _
	control As GanttChartView _
)

Parameters

control
Type: DlhSoft.Web.Mvc..::.GanttChartView
The GanttChartView control instance to persist contents of.

See Also