Files
BrightSharp.Toolkit/BrightSharp.Ui.Tests/App.xaml

14 lines
669 B
Plaintext
Raw Normal View History

2017-01-09 13:25:52 +03:00
<Application x:Class="BrightSharp.Ui.Tests.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="TabbedMainWindow.xaml">
2017-01-09 13:25:52 +03:00
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/brightsharp;component/themes/style.classic.xaml" />
2017-08-31 13:39:03 +03:00
<ResourceDictionary Source="/brightsharp;component/themes/theme.xaml" />
2017-01-09 13:25:52 +03:00
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>