mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-26 12:08:02 +00:00
8 lines
432 B
XML
8 lines
432 B
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:WPFMediaKit">
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceDictionary Source="/WPFMediaKit;component/Themes/MediaDetectorGeneric.xaml" />
|
|
</ResourceDictionary.MergedDictionaries>
|
|
</ResourceDictionary>
|