2024-06-21 01:34:41 -04:00

15 lines
231 B
C#

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