Exemplo n.º 1
0
 public _Result(_PropertyTR Property)
 {
     this.Property = Property;
 }
Exemplo n.º 2
0
 public _Result()
 {
     this.Property = new _PropertyTR();
 }