public ConstructorPropertyB(ConstructorPropertyA a)
 {
     A = a;
 }
Ejemplo n.º 2
0
 public ConstructorPropertyB(ConstructorPropertyA a)
 {
     A = a;
 }