EncryptionUtils hinzugefügt

This commit is contained in:
Lyndon Jetten
2021-06-18 14:18:34 +02:00
parent 9b330950cf
commit 48b273318f
5 changed files with 133 additions and 138 deletions

View File

@@ -5,10 +5,17 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:BeWo.View.Detail"
Title="Debug Log" mc:Ignorable="d"
d:DesignHeight="500" d:DesignWidth="1000">
Height="900" Width="700">
<Grid>
<ListView x:Name="DebugListView" ItemsSource="{Binding DebugMessageList}" Background="Gainsboro">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<StackPanel Grid.Row="0">
<Button Click="ButtonBase_OnClick">Leeren</Button>
</StackPanel>
<ListView x:Name="DebugListView" ItemsSource="{Binding DebugMessageList}" Background="FloralWhite" Grid.Row="1">
<ListView.ItemTemplate>
<DataTemplate DataType="local:DebugWindowMessage">
<Grid>