Beispiel #1
0
 /// <summary>
 /// Loads all documents and folders in the item collection to the tree view.
 /// </summary>
 /// <param name="items"></param>
 public void LoadFilesAndFolders(System.Windows.Controls.ItemCollection items)
 {
     TreeViewModel.GetInstance().LoadFilesAndFolders(items);
 }
Beispiel #2
0
 /// <summary>
 /// Update the explorerview
 /// </summary>
 public void UpdateExplorerView()
 {
     TreeViewModel.GetInstance().LoadFilesAndFolders(gui.ExplorerTree.Items);
 }