Exemplo n.º 1
0
 internal void Remove(Rat rat)
 {
     lst.Remove(rat);
 }
Exemplo n.º 2
0
 internal void Add(Rat rat)
 {
     lst.Add(rat);
 }