From 4ce580e264863fcc2ba1bcad75ac999f9a5f1e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8D=E7=BE=BD=E9=9D=92=E7=A9=BA?= Date: Fri, 21 Mar 2025 13:12:59 +0800 Subject: [PATCH] Delete ServerLauncher/App.xaml.cs --- ServerLauncher/App.xaml.cs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 ServerLauncher/App.xaml.cs diff --git a/ServerLauncher/App.xaml.cs b/ServerLauncher/App.xaml.cs deleted file mode 100644 index bda5730..0000000 --- a/ServerLauncher/App.xaml.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Configuration; -using System.Data; -using System.Windows; - -namespace ServerLauncher -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } - -}