client/test/mainInterface/Iri.Modernisation.Test.MainInterface/App.xaml
author Matthieu Totet
Wed, 18 Nov 2009 15:49:07 +0100
changeset 2 308d41fca89c
parent 0 249d70e7b32d
permissions -rw-r--r--
Remove DLL

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