EDBGS/EliteBGS/App.xaml.cs
2023-02-22 20:39:40 +01:00

12 lines
222 B
C#

using ControlzEx.Theming;
using System.Windows;
namespace EliteBGS {
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class EliteBGSApplication : Application
{
}
}