CtrEditor/App.xaml.cs

15 lines
229 B
C#
Raw Normal View History

2024-05-01 14:45:20 -03:00
using System.Configuration;
using System.Data;
using System.Windows;
namespace CtrEditor
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}