Пример #1
0
 internal void Remove(Rat rat)
 {
     lst.Remove(rat);
 }
Пример #2
0
 internal void Add(Rat rat)
 {
     lst.Add(rat);
 }