WpfApp2/WpfApp4/App.xaml
2025-07-15 14:21:59 +02:00

8 lines
372 B
XML

<Application x:Class="FahrzeugVerwaltung.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
<!-- Globale Styles können hier definiert werden -->
</Application.Resources>
</Application>