blob: 1bebd8dfefbe91d259c4a9b300949b7e8500957a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<Application
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="JVDesktop.App"
xmlns:local="using:JVDesktop"
RequestedThemeVariant="Default"
>
<Application.DataTemplates>
<local:ViewLocator />
</Application.DataTemplates>
<Application.Styles>
<SimpleTheme />
</Application.Styles>
</Application>
|