添加项目文件。

This commit is contained in:
xyy
2026-01-08 21:12:15 +08:00
parent 7069ab7be2
commit 52bb93826f
22 changed files with 10856 additions and 0 deletions

17
App.xaml.cs Normal file
View File

@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace WpfApp1
{
/// <summary>
/// App.xaml 的交互逻辑
/// </summary>
public partial class App : Application
{
}
}