App.xaml 449 B

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