Amogulator/App.xaml.cs
2023-03-13 19:54:47 +01:00

15 lines
299 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 Amogulator;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application {
}