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="MainWindow.xaml">
|
|
|
|
|
<Application.Resources>
|
|
|
|
|
<ResourceDictionary>
|
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
2017-08-31 15:55:40 +03:00
|
|
|
<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>
|