EliteBGS/App.xaml.cs

11 lines
196 B
C#
Raw Normal View History

2021-08-25 16:36:57 +02:00
using System.Windows;
2021-07-09 11:03:30 +02:00
2021-11-10 21:24:39 +01:00
namespace EliteBGS {
2021-07-09 11:03:30 +02:00
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
2021-11-10 21:24:39 +01:00
public partial class EliteBGSApplication : Application
2021-07-09 11:03:30 +02:00
{
}
}