StyletTestingGround/DynamicMenu/App.xaml

14 lines
566 B
Plaintext
Raw Permalink Normal View History

2020-07-17 07:01:43 -07:00
<Application x:Class="DynamicMenu.App"
2020-07-16 08:13:22 -07:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="https://github.com/canton7/Stylet"
2020-07-17 07:01:43 -07:00
xmlns:local="clr-namespace:DynamicMenu">
2020-07-16 08:13:22 -07:00
<Application.Resources>
<s:ApplicationLoader>
<s:ApplicationLoader.Bootstrapper>
<local:Bootstrapper/>
</s:ApplicationLoader.Bootstrapper>
</s:ApplicationLoader>
</Application.Resources>
</Application>