Exemplo n.º 1
0
 public P(Ho ho, O o)
 {
 }
Exemplo n.º 2
0
 public O(Ho ho, Ho ho2)
 {
     Ho  = ho;
     Ho2 = ho2;
 }