2018-06-22 21:10:37 -05:00
|
|
|
<Application x:Class="butterflow_ui.App"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
xmlns:local="clr-namespace:butterflow_ui"
|
|
|
|
StartupUri="MainWindow.xaml">
|
|
|
|
<Application.Resources>
|
2018-06-24 02:56:03 -05:00
|
|
|
<ResourceDictionary>
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
|
<ResourceDictionary Source="Controls.xaml" />
|
2018-06-25 03:44:45 -05:00
|
|
|
<ResourceDictionary Source="Icons.xaml" />
|
2018-06-24 02:56:03 -05:00
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
</ResourceDictionary>
|
2018-06-22 21:10:37 -05:00
|
|
|
</Application.Resources>
|
|
|
|
</Application>
|