示例#1
0
 public ExtendedAbstraction(Implementor imp) : base(imp)
 {
 }
示例#2
0
 public Abstraction(Implementor imp)
 {
     implementor = imp;
 }