common/CordonelAssemblyLine/App.xaml
2026-04-23 17:50:07 +02:00

10 lines
427 B
XML

<Application x:Class="CordonelAssemblyLine.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Model="clr-namespace:CordonelAssemblyLine.Model"
StartupUri="MainWindow.xaml">
<Application.Resources>
<Model:ExeConfig x:Key="ExeConfig" />
</Application.Resources>
</Application>