Example #1
0
 public override void Remove(FileStructure c)
 {
     throw new Exception("Can not remove from Basic Element");
 }
Example #2
0
 public override void Remove(FileStructure file)
 {
     _files.Remove(file);
 }
Example #3
0
 public override void Add(FileStructure c)
 {
     throw new Exception("Can not add to Basic Element");
 }
Example #4
0
 public override void Add(FileStructure file)
 {
     _files.Add(file);
 }