Beispiel #1
0
 public void removerFone(Fone f)
 {
     this.fones.Remove(f);
 }
Beispiel #2
0
 public void adicionarFone(Fone f)
 {
     this.fones.Add(f);
 }