ChatBot-Projekt/App.xaml
Daniel Fast 1bcfd2b434 Dateien nach "/" hochladen
Der ChatBot an sich ohne funktion oder befehle
2025-04-30 17:29:36 +02:00

10 lines
392 B
XML

<Application x:Class="Chatbot_WPF_Projekt.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Chatbot_WPF_Projekt"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>