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