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 LoadProjectXml(
	string xml
)
Visual Basic (Declaration)
Public Sub LoadProjectXml ( _
	xml As String _
)

Parameters

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

See Also