Initialized Avalonia App

This commit is contained in:
Elias Fierke
2024-12-23 17:19:25 +01:00
parent eb24ec4e0f
commit d50295e86f
12 changed files with 1788 additions and 0 deletions

10
App.axaml Normal file
View File

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