<Application x:Class="FLY.Thick.Blowing360.UI.Server.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.Server"
StartupUri="MainWindow.xaml"> <Application.Resources>
<ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="Themes/Styles.xaml"/> </ResourceDictionary.MergedDictionaries> </ResourceDictionary>
</Application.Resources> </Application>