11 lines
196 B
C#
11 lines
196 B
C#
using System.Windows;
|
|
|
|
namespace EliteBGS {
|
|
/// <summary>
|
|
/// Interaction logic for App.xaml
|
|
/// </summary>
|
|
public partial class EliteBGSApplication : Application
|
|
{
|
|
}
|
|
}
|