/V4/Quickstarts/Modularity/Desktop/ModularityWithUnity/ModularityWithUnity.Desktop/App.xaml

# · XAML · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · 64b78eb6d0672b2f530fcafc8371bb41 MD5 · raw file

  1. <Application x:Class="ModularityWithUnity.Desktop.App"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  4. <Application.Resources>
  5. <ResourceDictionary>
  6. <ResourceDictionary.MergedDictionaries>
  7. <ResourceDictionary Source="ModularityStyles.xaml"/>
  8. </ResourceDictionary.MergedDictionaries>
  9. </ResourceDictionary>
  10. </Application.Resources>
  11. </Application>