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.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
{
}
}