Beispiel #1
0
 public ValidationBehavior()
 {
     _style     = new BasicErrorStyle();
     Validators = new ObservableCollection <IValidator>();
 }