TempAreaPanelStyle.xaml 605 Bytes
Newer Older
1 2 3 4 5
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:sys="clr-namespace:System;assembly=mscorlib"            >
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="pack://application:,,,/FLY.DownBlowing.UI.Client;component/Themes/Styles.xaml"/>
潘栩锋's avatar
潘栩锋 committed
6 7
        <!--<ResourceDictionary Source="pack://application:,,,/FLY.DownBlowing.UI.Client;component/Themes/Color.Dark.xaml"/>-->

8 9 10
    </ResourceDictionary.MergedDictionaries>

</ResourceDictionary>