Vorbereitungen werden in Schlauchliner gespeichert

This commit is contained in:
HuskyTeufel
2021-10-15 09:10:32 +02:00
parent ba51c3bde6
commit 3b97a912bc
3 changed files with 6 additions and 6 deletions

View File

@@ -31,16 +31,10 @@
<TextBlock Text="] Hausnummer [" />
<TextBlock Text="{Binding Hausnummer}" Foreground="Red" />
<TextBlock Text="] Haltung [" />
<!--<TextBlock Text="[" />-->
<TextBlock Foreground="Blue" Text="{Binding ObjektName}" />
<TextBlock Text="] DN [" />
<TextBlock Text="{Binding DN}" Foreground="Blue" />
<TextBlock Text="]" />
<!--
<TextBlock Text="] Material [" />
<TextBlock Text="{Binding Material}" Foreground="Blue" />
<TextBlock Text="]" />
-->
</StackPanel>
</DataTemplate>
<Style TargetType="{x:Type TreeViewItem}">