Application ready before dependency injction
This commit is contained in:
@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user