Exemplo n.º 1
0
        public TreeListLoader(TreeViewBase treeListToFill)
        {
            this.treeList = treeListToFill;

            FavoritesDataDispatcher.Instance.TagsChanged += this.OnTagsCollectionChanged;
            FavoritesDataDispatcher.Instance.FavoritesChanged += this.OnFavoritesCollectionChanged;
        }
Exemplo n.º 2
0
        public TreeListLoader(TreeViewBase treeListToFill)
        {
            this.treeList = treeListToFill;

            FavoritesDataDispatcher.Instance.TagsChanged      += this.OnTagsCollectionChanged;
            FavoritesDataDispatcher.Instance.FavoritesChanged += this.OnFavoritesCollectionChanged;
        }