Mandator Soziotherapie Ansprechpartner + ComboBoxEmployeeSearch + ComboBoxGenericSearch + Formate

This commit is contained in:
2024-11-26 13:57:50 +01:00
parent f9e1c0c995
commit 730555932e
19 changed files with 584 additions and 283 deletions

View File

@@ -12,7 +12,7 @@ namespace BeWo.Converter
if (value is null)
return null;
return "Test";
return value;
}
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)