/TimeSheetReporting/TimeSheetReporting/App.xaml

# · XAML · 14 lines · 12 code · 2 blank · 0 comment · 0 complexity · 103da0c5fbf76691132a2e04ff1afd0a MD5 · raw file

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