示例#1
0
 public Colibri()
 {
     Migrate = FlyToNewLocation;
 }
示例#2
0
 public Penguin()
 {
     Migrate = WalkToNewLocation;
 }