public override void Remove(FileComponent component)
 {
     _zippedFiles.Remove(component);
 }
Пример #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);
 }
Пример #5
0
 public override void Add(FileComponent component)
 {
     _fileList.Add(component);
 }
Пример #6
0
 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);
 }
Пример #8
0
 public virtual void Add(FileComponent component)
 {
     throw new Exception("Cannot add component to a file");
 }
Пример #9
0
 public virtual void Remove(FileComponent component)
 {
     throw new Exception("Cannot remove a component from a file");
 }
Пример #10
0
 public virtual void Add(FileComponent component)
 {
     throw new Exception("Cannot add component to a file");
 }
Пример #11
0
 public override void Remove(FileComponent component)
 {
     _fileList.Remove(component);
 }
Пример #12
0
 public override void Add(FileComponent component)
 {
     _fileList.Add(component);
 }