Application ready before dependency injction

This commit is contained in:
2022-08-23 23:31:45 +02:00
parent d3b7ff17be
commit 2b42691434
15 changed files with 234 additions and 78 deletions

View File

@ -8,8 +8,12 @@
<Style x:Key="PageHeader" TargetType="TextBlock" >
<Setter Property="FontSize" Value="32" />
</Style>
</Style>
<Style x:Key="ErrorMessage" TargetType="TextBlock" >
<Setter Property="Foreground" Value="Red" />
</Style>
<Style TargetType="Button">
<Setter Property="Foreground" Value="White" />
<Setter Property="Background" Value="#547AFF" />