Loads data from a Project XML string.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public void Load(
	string projectXml
)
Visual Basic (Declaration)
Public Sub Load ( _
	projectXml As String _
)

Parameters

projectXml
Type: System..::.String
The string to load data from.

See Also