Tätigkeiten überarbeitet.

This commit is contained in:
Husky
2020-06-06 18:46:44 +02:00
parent 4d5d5082a7
commit 06fc472965
20 changed files with 257 additions and 19 deletions

View File

@@ -23,8 +23,11 @@
<DataTemplate DataType="{x:Type model:Taetigkeiten}">
<StackPanel Orientation="Horizontal">
<TextBlock Text="{Binding LeistungsverzeichnisPosition.Beschreibung}" />
<TextBlock Text=" " />
<TextBlock Text="{Binding ZeitStempel, Converter={StaticResource IstFertigZuTextConverter}}" />
</StackPanel>
</DataTemplate>
</TreeView.Resources>
</TreeView>