ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.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