2024-11-07 15:06:46 +01:00
|
|
|
|
using Avalonia;
|
|
|
|
|
|
|
|
|
|
namespace EliteBGS {
|
2024-11-07 10:49:01 +01:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Interaction logic for App.xaml
|
|
|
|
|
/// </summary>
|
|
|
|
|
public partial class EliteBGSApplication : Application
|
|
|
|
|
{
|
2024-11-18 10:33:39 +01:00
|
|
|
|
public static void Main(string[] args) {
|
|
|
|
|
}
|
2024-11-07 10:49:01 +01:00
|
|
|
|
}
|
|
|
|
|
}
|