Exemplo n.º 1
0
 public ValidationSetup(ValidationViewModel vm, string propertyName)
 {
     ViewModel    = vm;
     PropertyName = propertyName;
 }
Exemplo n.º 2
0
 public ValidationSetup( ValidationViewModel vm, string propertyName )
 {
     ViewModel = vm;
     PropertyName = propertyName;
 }