Stylet/StyletIntegrationTests/App.xaml

14 lines
588 B
Plaintext
Raw Normal View History

2014-04-04 05:04:53 -07:00
<Application x:Class="StyletIntegrationTests.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2014-08-02 09:04:02 -07:00
xmlns:s="https://github.com/canton7/Stylet"
2014-04-04 05:04:53 -07:00
xmlns:local="clr-namespace:StyletIntegrationTests">
<Application.Resources>
2014-08-02 09:04:02 -07:00
<s:ApplicationLoader>
<s:ApplicationLoader.Bootstrapper>
<local:Bootstrapper/>
</s:ApplicationLoader.Bootstrapper>
</s:ApplicationLoader>
2014-04-04 05:04:53 -07:00
</Application.Resources>
</Application>