Beispiel #1
0
 public void LoadArtistNodesToView()
 {
     if (!fileLoader.HasLoadedTags())
     {
         return;
     }
     if (artistNodes.Count == 0)
     {
         BuildArtistTree();
     }
     _view.PopulateTree(artistNodes);
     // SetTree(artistNodes, searchText);
 }