8 lines
429 B
XML
8 lines
429 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:VideoBrowser.Controls.AirspaceFixer.Themes">
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceDictionary Source="/AirspaceFixer;component/Themes/AirspacePanel.xaml" />
|
|
</ResourceDictionary.MergedDictionaries>
|
|
</ResourceDictionary> |