AutoTrackR2/AutoTrackR2/App.xaml.cs
2024-12-01 10:58:01 -05:00

14 lines
231 B
C#

using System.Configuration;
using System.Data;
using System.Windows;
namespace AutoTrackR2
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}