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 LoadProjectXml(
	Stream stream
)
Visual Basic (Declaration)
Public Sub LoadProjectXml ( _
	stream As Stream _
)

Parameters

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

See Also