软件雏形

This commit is contained in:
2025-12-18 20:21:02 +08:00
parent 9b81cacea5
commit 18a2c9b4b2
12 changed files with 973 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
using System.Configuration;
using System.Configuration;
using System.Data;
using System.Windows;
@@ -7,7 +7,7 @@ namespace CopyRou
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
public partial class App : System.Windows.Application
{
}