App.axaml 293 B

12345678
  1. <Application xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. Name="Single Project Sandbox"
  4. x:Class="SingleProjectSandbox.App">
  5. <Application.Styles>
  6. <FluentTheme />
  7. </Application.Styles>
  8. </Application>