Stylet/Samples/Stylet.Samples.RedditBrowser/App.xaml

14 lines
600 B
Plaintext
Raw Normal View History

2014-03-30 23:56:14 -07:00
<Application x:Class="Stylet.Samples.RedditBrowser.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2014-08-02 09:02:36 -07:00
xmlns:s="https://github.com/canton7/Stylet"
2014-03-30 23:56:14 -07:00
xmlns:local="clr-namespace:Stylet.Samples.RedditBrowser">
<Application.Resources>
2014-08-02 09:02:36 -07:00
<s:ApplicationLoader>
<s:ApplicationLoader.Bootstrapper>
<local:Bootstrapper/>
</s:ApplicationLoader.Bootstrapper>
</s:ApplicationLoader>
2014-03-30 23:56:14 -07:00
</Application.Resources>
</Application>