This repository has been archived on 2025-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
CustomBlueScreen/App.xaml
2022-06-07 21:30:32 +02:00

10 lines
386 B
XML

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