wabbajack/Wabbajack.Launcher/App.axaml

12 lines
402 B
Plaintext
Raw Permalink Normal View History

2021-10-08 13:16:51 +00:00
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Wabbajack.Launcher"
x:Class="Wabbajack.Launcher.App">
<Application.DataTemplates>
2021-10-23 16:51:17 +00:00
<local:ViewLocator />
2021-10-08 13:16:51 +00:00
</Application.DataTemplates>
<Application.Styles>
<FluentTheme/>
2021-10-08 13:16:51 +00:00
</Application.Styles>
2021-10-23 16:51:17 +00:00
</Application>