Ejemplo n.º 1
0
 public ExposingViewModel()
 {
     Person = new Person();
 }
Ejemplo n.º 2
0
 public ExposingViewModelWithExistingProperty()
 {
     Person = new Person();
 }