Files
Petr_PTA25_Proj_02-10/dealer/App.xaml
2026-02-10 15:12:01 +01:00

10 lines
365 B
XML

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