Styles.xaml 832 Bytes
Newer Older
潘栩锋's avatar
潘栩锋 committed
1
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
潘栩锋's avatar
潘栩锋 committed
2
    <ResourceDictionary.MergedDictionaries>
3
        <!--<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />
潘栩锋's avatar
潘栩锋 committed
4
        <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" />
5
        <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Themes/Light.Blue.xaml" />-->
潘栩锋's avatar
潘栩锋 committed
6

潘栩锋's avatar
潘栩锋 committed
7 8 9
        <ResourceDictionary Source="pack://application:,,,/FLY.ControlLibrary;component/Themes/Dictionary_MyStyle.xaml"/>
        <ResourceDictionary Source="pack://application:,,,/FLY.ControlLibrary;component/Converter/Dictionary_MyConv.xaml"/>
    </ResourceDictionary.MergedDictionaries>
10
    <!--<Style TargetType="GroupBox" />-->
潘栩锋's avatar
潘栩锋 committed
11 12
    
</ResourceDictionary>