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

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

    Parameters

    a
    b
    See Also