Example #1
0
        public void Refresh()
        {
            //if (itemsTree.IsValueCreated) {

            //}
            itemsTree = new Lazy <ProjectItemsTree>(() => ProjectItemsTree.Load(this));
            itemsTree.Value.RefreshPositions();
        }
Example #2
0
 protected override void OnInitialize()
 {
     itemsTree = new Lazy <ProjectItemsTree>(() => ProjectItemsTree.Load(this));
 }