/V4/Quickstarts/Modularity/Desktop/ModularityWithUnity/ModularityWithUnity.Desktop/App.xaml
# · XAML · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · 64b78eb6d0672b2f530fcafc8371bb41 MD5 · raw file
- <Application x:Class="ModularityWithUnity.Desktop.App"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
- <Application.Resources>
- <ResourceDictionary>
- <ResourceDictionary.MergedDictionaries>
- <ResourceDictionary Source="ModularityStyles.xaml"/>
- </ResourceDictionary.MergedDictionaries>
- </ResourceDictionary>
- </Application.Resources>
- </Application>