From 05f038487584a3b9b2508bae1bfd030b1cf841a3 Mon Sep 17 00:00:00 2001 From: sc <2401809606@qq.com> Date: Fri, 29 Mar 2024 18:16:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.xaml | 9 +++ App.xaml.cs | 16 +++++ MainWindow.xaml | 47 +++++++++++++ MainWindow.xaml.cs | 69 ++++++++++++++++++ Properties/AssemblyInfo.cs | 55 +++++++++++++++ Properties/Resources.Designer.cs | 71 +++++++++++++++++++ Properties/Resources.resx | 117 +++++++++++++++++++++++++++++++ Properties/Settings.Designer.cs | 30 ++++++++ Properties/Settings.settings | 7 ++ SUNLIGHT_CDKEY.csproj | 89 +++++++++++++++++++++++ SUNLIGHT_CDKEY.sln | 25 +++++++ 11 files changed, 535 insertions(+) create mode 100644 App.xaml create mode 100644 App.xaml.cs create mode 100644 MainWindow.xaml create mode 100644 MainWindow.xaml.cs create mode 100644 Properties/AssemblyInfo.cs create mode 100644 Properties/Resources.Designer.cs create mode 100644 Properties/Resources.resx create mode 100644 Properties/Settings.Designer.cs create mode 100644 Properties/Settings.settings create mode 100644 SUNLIGHT_CDKEY.csproj create mode 100644 SUNLIGHT_CDKEY.sln diff --git a/App.xaml b/App.xaml new file mode 100644 index 0000000..b138cb7 --- /dev/null +++ b/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/App.xaml.cs b/App.xaml.cs new file mode 100644 index 0000000..65e4a2d --- /dev/null +++ b/App.xaml.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Windows; + +namespace SUNLIGHT_CDKEY +{ + /// + /// App.xaml 的交互逻辑 + /// + public partial class App : Application + { + } +} diff --git a/MainWindow.xaml b/MainWindow.xaml new file mode 100644 index 0000000..1e47016 --- /dev/null +++ b/MainWindow.xaml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + +