예제 #1
0
 public ValidationSetup(ValidationViewModel vm, string propertyName)
 {
     ViewModel    = vm;
     PropertyName = propertyName;
 }
예제 #2
0
 public ValidationSetup( ValidationViewModel vm, string propertyName )
 {
     ViewModel = vm;
     PropertyName = propertyName;
 }