Saves data to 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 Save(
	Stream projectXmlStream
)
Visual Basic (Declaration)
Public Sub Save ( _
	projectXmlStream As Stream _
)

Parameters

projectXmlStream
Type: System.IO..::.Stream
The stream to save data to.

See Also