|
0
|
1 |
<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
2 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
3 |
x:Class="Iri.Modernisation.App"
|
|
|
4 |
>
|
|
|
5 |
<Application.Resources>
|
|
|
6 |
|
|
|
7 |
<ResourceDictionary>
|
|
|
8 |
<ResourceDictionary.MergedDictionaries>
|
|
|
9 |
<ResourceDictionary Source="/Iri.Modernisation.Styles;Component/Templates_CommonTemplate.xaml"/>
|
|
27
|
10 |
<ResourceDictionary Source="/Iri.Modernisation.Styles;Component/Templates_ConsultMenu.xaml"/>
|
|
|
11 |
<ResourceDictionary Source="/Iri.Modernisation.Styles;Component/Templates_Binder.xaml"/>
|
|
30
|
12 |
<ResourceDictionary Source="/Iri.Modernisation.Styles;Component/Templates_AnnotationMaker.xaml"/>
|
|
|
13 |
<ResourceDictionary Source="/Iri.Modernisation.Controls;Component/Templates_CommonTemplate.xaml"/>
|
|
0
|
14 |
</ResourceDictionary.MergedDictionaries>
|
|
|
15 |
</ResourceDictionary>
|
|
|
16 |
|
|
|
17 |
</Application.Resources>
|
|
|
18 |
</Application>
|