Exemple #1
0
 public Colibri()
 {
     Migrate = FlyToNewLocation;
 }
 public Penguin()
 {
     Migrate = WalkToNewLocation;
 }