Dateien nach "/" hochladen

Der ChatBot an sich ohne funktion oder befehle
This commit is contained in:
2025-04-30 17:29:36 +02:00
parent b47d345b74
commit 1bcfd2b434
5 changed files with 69 additions and 0 deletions

14
App.xaml.cs Normal file
View File

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