Files
Petr_PTA25_Proj_02-10/dealer/App.xaml

10 lines
357 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="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>