11 lines
544 B
XML
11 lines
544 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>
|
|
|