levelshop_ERP/UI/App.xaml.cs
2026-03-08 03:34:00 -03:00

15 lines
222 B
C#

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