App.xaml 300 B

123456789
  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. <FluentTheme/>
  7. <StyleInclude Source="avares://RenderDemo/SideBar.xaml"/>
  8. </Application.Styles>
  9. </Application>