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