Exemplo n.º 1
0
 public UnderscoreOuter()
 {
     this.PlainInner = new Plain(42);
 }
Exemplo n.º 2
0
 public PlainOuter()
 {
     this.InnerPlain = new Plain(42);
 }