App.xaml 392 B

12345678
  1. <Application xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. x:Class="NativeEmbedSample.App">
  4. <Application.Styles>
  5. <StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml"/>
  6. <StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml"/>
  7. </Application.Styles>
  8. </Application>