Beispiel #1
0
 public CDItem(Path path, BaseItem parent)
 {
     Path = path;
     Parent = parent;
 }
Beispiel #2
0
 public FolderItem(string name, BaseItem parent)
 {
     ItemPath = name;
     Parent = parent;
 }