client/test/mainInterface/Iri.Modernisation.Test.MainInterface/App.xaml
changeset 0 249d70e7b32d
equal deleted inserted replaced
-1:000000000000 0:249d70e7b32d
       
     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.Test.MainInterface.App"
       
     4              >
       
     5     <Application.Resources>
       
     6         <ResourceDictionary>
       
     7             <ResourceDictionary.MergedDictionaries>
       
     8                 <ResourceDictionary Source="/Iri.Modernisation.Styles;Component/Templates_CommonTemplate.xaml"/>
       
     9             </ResourceDictionary.MergedDictionaries>
       
    10         </ResourceDictionary>
       
    11     </Application.Resources>
       
    12 </Application>