Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / ae Class / c(String,IList<Appointment>) Method

In This Topic
    c(String,IList<Appointment>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub c( _
       ByVal a As System.String, _
       ByVal b As System.Collections.Generic.IList(Of Appointment) _
    ) 
    public void c( 
       System.string a,
       System.Collections.Generic.IList<Appointment> b
    )

    Parameters

    a
    b
    See Also