Example #1
0
 public void AddDog(Hond hond)
 {
     DierList.Add(hond);
 }
Example #2
0
 public void AddKat(Kat kat)
 {
     DierList.Add(kat);
 }