ChatBot-Projekt/App.xaml

10 lines
392 B
Plaintext
Raw Normal View History

<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>