2025-06-03 15:11:16 +02:00

11 lines
536 B
XML

<Application x:Class="GestoreTrimestrale.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:GestoreTrimestrale"
StartupUri="WorkflowWindow.xaml">
<Application.Resources>
<ResourceDictionary Source="Assets/Resources/LayoutTemplates.xaml" p8:Name="LayoutTemplates" xmlns:p8="http://schemas.microsoft.com/winfx/2006/xaml" />
</Application.Resources>
</Application>