Canguro.Controller.Grid.SectionsTreeView.SectionsTreeView C# (CSharp) Méthode

SectionsTreeView() public méthode

public SectionsTreeView ( ) : System
Résultat System
        public SectionsTreeView()
        {
            InitializeComponent();
            ImageList = sectionsImgList;
            SectionManager.Instance.CatalogChanged += new EventHandler(Sections_CatalogChanged);
            rebuildTree = true;
            section = null;
        }