/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 6 <Application.Resources> 7 <ResourceDictionary> 8 <ResourceDictionary.MergedDictionaries> 9 <ResourceDictionary Source="Assets/Styles.xaml"/> 10 </ResourceDictionary.MergedDictionaries> 11 </ResourceDictionary> 12 </Application.Resources> 13 14</Application>