示例#1
0
 public CombinationDecoratorAnswer(AbstractStudent student) : base(student)
 {
 }
示例#2
0
 public CombinationBase(AbstractStudent student)
 {
     this.abstractStudent = student;
 }
示例#3
0
 public CombinationDecoratorCode(AbstractStudent student) : base(student)
 {
 }