ex-ex-01-math-interpreter/MathInterpreter/App.axaml
github-classroom[bot] 4b1294b32d
Initial commit
2025-06-03 15:18:01 +00:00

9 lines
No EOL
295 B
XML

<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="MathInterpreter.App"
RequestedThemeVariant="Dark">
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>