Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / ad Class / ad Constructor

In This Topic
    ad Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal A_0 As System.Collections.Generic.SortedList(Of Date,aa), _
       ByVal A_1 As System.Collections.Generic.List(Of a) _
    )
    public ad( 
       System.Collections.Generic.SortedList<DateTime,aa> A_0,
       System.Collections.Generic.List<a> A_1
    )

    Parameters

    A_0
    A_1
    See Also