Styles.xaml 783 Bytes
Newer Older
潘栩锋's avatar
潘栩锋 committed
1
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
潘栩锋's avatar
潘栩锋 committed
2 3 4 5
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />
        <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" />
        <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>
潘栩锋's avatar
潘栩锋 committed
10 11 12

    
</ResourceDictionary>