Пример #1
0
        public SolutionExplorerTool(Tools.Manager manager)
        {
            InitializeComponent();
            this.m_Manager = manager;

            // Set the image list.
            this.c_SolutionTree.ImageList = Associations.ImageList.ConvertTo <ImageList>();

            // Fill the solution explorer with the tree nodes.
            this.c_SolutionTree.Nodes.Clear();
            this.c_SolutionTree.ExpandAll();
        }
Пример #2
0
        public SolutionExplorerTool(Tools.Manager manager)
        {
            InitializeComponent();
            this.m_Manager = manager;

            // Set the image list.
            this.c_SolutionTree.ImageList = Associations.ImageList.ConvertTo<ImageList>();

            // Fill the solution explorer with the tree nodes.
            this.c_SolutionTree.Nodes.Clear();
            this.c_SolutionTree.ExpandAll();
        }