Files
LEA2/CheckersSpielBot/App.xaml
T
abdelaziz bc4118704e logic
2026-03-30 07:49:37 +02:00

10 lines
378 B
XML

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