EonaCat.Port.Monitor/EonaCat.PortMonitor/App.xaml

10 lines
450 B
XML

<Application x:Class="EonaCat.PortMonitor.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
<SolidColorBrush x:Key="DynamicBackgroundColor" Color="White"/>
<SolidColorBrush x:Key="DynamicTextColor" Color="Black"/>
</Application.Resources>
</Application>