Beispiel #1
0
 public FileNode()
 {
     Grouped       = new SingleFile(this);
     StructureNode = new FileStructureNode(this);
 }
Beispiel #2
0
 internal void AddFile(FileStructureNode structureNode, string name)
 {
     throw new NotImplementedException();
 }