Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / StorageComponent Class / StorageComponent Constructor / StorageComponent Constructor(IContainer)
The parent container.

In This Topic
    StorageComponent Constructor(IContainer)
    In This Topic
    Initializes the new instance of the StorageComponent component.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal container As System.ComponentModel.IContainer _
    )
    public StorageComponent( 
       System.ComponentModel.IContainer container
    )

    Parameters

    container
    The parent container.
    See Also