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.cs
2022-06-07 21:30:32 +02:00

18 lines
349 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace CustomBlueScreen
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}