blob: 67047cf1fefda20b0d305b73d38a77f9dad84655 (
plain)
1
2
3
4
5
6
7
8
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Tango.PPC.UI.Resources">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/Tango.PPC.UI;component/Graphs/RealTimeGraph.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
|