App.axaml 409 B

1234567891011
  1. <Application xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. xmlns:local="using:VeloeMinecraftLauncher"
  4. x:Class="VeloeMinecraftLauncher.App">
  5. <Application.DataTemplates>
  6. <local:ViewLocator/>
  7. </Application.DataTemplates>
  8. <Application.Styles>
  9. <FluentTheme Mode="Dark"/>
  10. </Application.Styles>
  11. </Application>