8 lines
414 B
Plaintext
8 lines
414 B
Plaintext
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
xmlns:po="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options">
|
||
|
|
||
|
<SolidColorBrush po:Freeze="true" x:Key="AlertBackground" Color="Transparent"/>
|
||
|
<SolidColorBrush po:Freeze="true" x:Key="AlertForeground" Color="White"/>
|
||
|
|
||
|
</ResourceDictionary>
|