blob: 6a43e4308881239a9b68d61a1833e635c76c0072 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:converters="clr-namespace:Tango.SharedUI.Converters;assembly=Tango.SharedUI"
xmlns:local="clr-namespace:Tango.PPC.Common">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/Tango.PPC.Common;component/Resources/Merged.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
|