0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-13 09:50:44 -05:00
2024-06-17 01:22:11 -04:00

15 lines
235 B
C#

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