Initializes a new instance of the ResourceAllocationContext class.

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

Syntax

C#
public ResourceAllocationContext(
	Resource resource
)
Visual Basic (Declaration)
Public Sub New ( _
	resource As Resource _
)

Parameters

resource
Type: DlhSoft.Windows.Data..::.Resource

See Also