App.xaml 678 Bytes
<Application x:Class="FLY.Thick.Blowing360.UI.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:local="clr-namespace:FLY.Thick.Blowing360.UI"
             >
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/FLY.Thick.Base.UI;component/Themes/Styles.xaml"/>
            </ResourceDictionary.MergedDictionaries>
            <Style TargetType="GroupBox" />
        </ResourceDictionary>
    </Application.Resources>
</Application>