Beispiel #1
0
        private void LoadRoot()
        {
            CaptureManager.EnsureRoot();
            this.root.Tag = new DirectoryInfo(CaptureManager.CaptureRoot);
            AssignImageIndexes(this.root);

            this.treeViewFolders.Nodes.Add(this.root);
            this.treeViewFolders.SelectedNode = this.root;

            this.LoadFolder(CaptureManager.CaptureRoot, this.root);
            this.root.Expand();
        }