qamp/Qrakhen.TilingFrames/Themes/Themes.xaml

10 lines
569 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="./Controls/DropArea.xaml" />
<ResourceDictionary Source="./Controls/TilingRoot.xaml" />
<ResourceDictionary Source="./Controls/Panel.xaml" />
<ResourceDictionary Source="./Controls/Host.xaml" />
<ResourceDictionary Source="./Controls/HostFrame.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>