From c8b2959b44a6d555e494374924cd23b68389f423 Mon Sep 17 00:00:00 2001 From: Daniel Fast Date: Wed, 7 May 2025 09:58:15 +0200 Subject: [PATCH] =?UTF-8?q?App.xaml.cs=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit L an die Datei --- App.xaml.cs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 App.xaml.cs diff --git a/App.xaml.cs b/App.xaml.cs deleted file mode 100644 index 800a252..0000000 --- a/App.xaml.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Configuration; -using System.Data; -using System.Windows; - -namespace Chatbot_WPF_Projekt -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } - -}