Exemplo n.º 1
0
 public void InitFolderTreeView()
 {
     InitImageList();
     ShellOperations.PopulateTree(this, base.ImageList);
     if (this.Nodes.Count > 0)
     {
         this.Nodes[0].Expand();
     }
 }