Files
CommTester/ParentAvalonia/App.axaml
Holger Börchers 7182061a5f Switched to Avalonia
2026-01-30 15:55:58 +01:00

10 lines
419 B
XML

<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="ParentAvalonia.App"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>