示例#1
0
 public C(IB b, IA a)
 {
     this.MyA = a;
     this.MyA.Initialize(b.GetList());
 }