Files
SoftwareCenterRepair/App.xaml.cs
Jason SECULA 16af3459e3 Initial Commit
2025-06-12 10:32:52 +02:00

18 lines
320 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 Test
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}