Example #1
0
 /// <summary>
 /// Method for load the folders in tree view.
 /// </summary>
 public void LoadFolders()
 {
     FolderUtil.LoadTree(this.folderTreeView);
 }