CodeMerger/App.xaml.cs

14 lines
204 B
C#
Raw Permalink Normal View History

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