refactor: format axamls

This commit is contained in:
2026-02-19 08:58:46 +03:00
parent 41e34e05e8
commit 14832e14c5
9 changed files with 289 additions and 172 deletions
+11 -7
View File
@@ -1,12 +1,16 @@
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:GSS2.Test"
x:Class="GSS2.Test.App"
RequestedThemeVariant="Dark">
<Application
x:Class="GSS2.Test.App"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:GSS2.Test"
RequestedThemeVariant="Dark">
<Application.Styles>
<FluentTheme />
</Application.Styles>
<Application.DataTemplates>
<local:DependencyInjectionViewLocator/>
<local:DependencyInjectionViewLocator />
</Application.DataTemplates>
</Application>
</Application>