public override void Remove(FileComponent component)
 {
     _zippedFiles.Remove(component);
 }
Example #2
0
 public override void Remove(FileComponent component)
 {
     _fileList.Remove(component);
 }
 public override void Add(FileComponent component)
 {
     _zippedFiles.Add(component);
 }
 public override void Remove(FileComponent component)
 {
     _zippedFiles.Remove(component);
 }
Example #5
0
 public override void Add(FileComponent component)
 {
     _fileList.Add(component);
 }
 public virtual void Remove(FileComponent component)
 {
     throw new Exception("Cannot remove a component from a file");
 }
 public override void Add(FileComponent component)
 {
     _zippedFiles.Add(component);
 }
 public virtual void Add(FileComponent component)
 {
     throw new Exception("Cannot add component to a file");
 }
 public virtual void Remove(FileComponent component)
 {
     throw new Exception("Cannot remove a component from a file");
 }
 public virtual void Add(FileComponent component)
 {
     throw new Exception("Cannot add component to a file");
 }
Example #11
0
 public override void Remove(FileComponent component)
 {
     _fileList.Remove(component);
 }
Example #12
0
 public override void Add(FileComponent component)
 {
     _fileList.Add(component);
 }