Loads data from a Project XML stream.

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

Syntax

C#
public void Load(
	Stream projectXmlStream
)
Visual Basic (Declaration)
Public Sub Load ( _
	projectXmlStream As Stream _
)

Parameters

projectXmlStream
Type: System.IO..::.Stream
The stream to load data from.

See Also