Exemple #1
0
        private void LoadChildrenAsync()
        {
            var items = _shellItemsOperation.CreateChildItems(_shellContainer.OrderBy(o => o.Name), (ShellTreeContainerItem)this);

            _children.AddRange(items);
        }