client/src/Iri.Modernisation/App.xaml
author totetm <>
Tue, 09 Feb 2010 15:30:46 +0100
changeset 39 0f2bde8fdfeb
parent 30 644e3cd48034
permissions -rw-r--r--
WebService-like

<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
             x:Class="Iri.Modernisation.App"
             >
    <Application.Resources>
        
    	<ResourceDictionary>
    		<ResourceDictionary.MergedDictionaries>
    			<ResourceDictionary Source="/Iri.Modernisation.Styles;Component/Templates_CommonTemplate.xaml"/>
    			<ResourceDictionary Source="/Iri.Modernisation.Styles;Component/Templates_ConsultMenu.xaml"/>
    			<ResourceDictionary Source="/Iri.Modernisation.Styles;Component/Templates_Binder.xaml"/>
    			<ResourceDictionary Source="/Iri.Modernisation.Styles;Component/Templates_AnnotationMaker.xaml"/>
    			<ResourceDictionary Source="/Iri.Modernisation.Controls;Component/Templates_CommonTemplate.xaml"/>
    		</ResourceDictionary.MergedDictionaries>
    	</ResourceDictionary>
        
    </Application.Resources>
</Application>