color-picker/App.xaml
2023-03-08 14:13:08 +01:00

10 lines
367 B
XML

<Application x:Class="ColorPicker.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:ColorPicker"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>