CodeMergeNG/App.xaml.cs

14 lines
206 B
C#
Raw Permalink Normal View History

2025-02-28 10:43:44 -03:00
using System.Configuration;
using System.Data;
using System.Windows;
namespace CodeMergerNG;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}