zadanie/Demo1704/App.axaml
Guitaras_Fingerchpoker 914d43e042 first commit
2025-04-17 05:05:48 +03:00

10 lines
413 B
XML

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