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