App.xaml 706 Bytes
Newer Older
1 2
<Application x:Class="FLY.DownBlowing.UI.Client.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 4
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
             xmlns:ut="clr-namespace:FLY.DownBlowing.UI.Client.UnitTests">
5 6 7
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
8
                <ResourceDictionary Source="pack://application:,,,/FLY.Thick.Base.UI;component/Themes/Styles.xaml"/>
9
            </ResourceDictionary.MergedDictionaries>
10
            <ut:DownBlowingSystemServiceUt x:Key="downBlowingSystemUt" />
11 12 13
        </ResourceDictionary>
    </Application.Resources>
</Application>