App.xaml 625 Bytes
Newer Older
潘栩锋's avatar
潘栩锋 committed
1
<Application x:Class="FLY.Thick.Blowing360.UI.Server.App"
2 3
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
潘栩锋's avatar
潘栩锋 committed
4
             xmlns:local="clr-namespace:FLY.Thick.Blowing360.UI.Server"
5 6
             StartupUri="MainWindow.xaml">
    <Application.Resources>
潘栩锋's avatar
潘栩锋 committed
7 8 9 10 11
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="Themes/Styles.xaml"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
12 13
    </Application.Resources>
</Application>