10 lines
434 B
XML
10 lines
434 B
XML
<Application x:Class="F4SD_Cockpit_ConfigLoader.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:F4SD_Cockpit_ConfigLoader"
|
|
StartupUri="MainWindow.xaml" Startup="Application_Startup">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</Application>
|