示例#1
0
 public Duck(IFlybehavior flyb)
 {
     this.flyb = flyb;
 }
示例#2
0
 public NOT_HIS_DUCK(IFlybehavior flyb) : base(flyb)
 {
 }