Test WPF Desktop App with Caliburn And RestSharp
This commit is contained in:
15
LaDOSE.Src/LaDOSE.DesktopApp/App.xaml
Normal file
15
LaDOSE.Src/LaDOSE.DesktopApp/App.xaml
Normal file
@@ -0,0 +1,15 @@
|
||||
<Application x:Class="LaDOSE.DesktopApp.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:LaDOSE.DesktopApp"
|
||||
>
|
||||
<Application.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary>
|
||||
<local:Bootstrapper x:Key="Bootstrapper" />
|
||||
</ResourceDictionary>
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
Reference in New Issue
Block a user