/TimeSheetReporting/TimeSheetReporting/App.xaml
# · XAML · 14 lines · 12 code · 2 blank · 0 comment · 0 complexity · 103da0c5fbf76691132a2e04ff1afd0a MD5 · raw file
- <Application
- x:Class="TimeSheetReporting.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="Assets/Styles.xaml"/>
- </ResourceDictionary.MergedDictionaries>
- </ResourceDictionary>
- </Application.Resources>
-
- </Application>