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