Beispiel #1
0
        public void CreateFileSystemItem(FileSystemItemType type, string content)
        {
            var newItem = fileSystemItemCreator.Create(type, content, openedFileSystemItem, FileSystemItemAreaType.Miniature);

            openedFileSystemItem.AddChild(newItem);

            FileSystemItems.Insert(0, newItem);
        }