This repository has been archived on 2025-12-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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>