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