20241106_MiLu_upperpc/DeerProject/App.xaml.cs
2025-02-20 13:54:12 +08:00

19 lines
295 B
C#

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