GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Project Class / Project Constructor

In This Topic
    Project Constructor
    In This Topic
    Initializes a new instance of a Project.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal view As C1GanttView _
    )
    public Project( 
       C1GanttView view
    )

    Parameters

    view
    See Also