2023-07-25 23:15:55 +08:00
|
|
|
<Application
|
|
|
|
x:Class="Semi.Avalonia.TreeDataGrid.Demo.App"
|
|
|
|
xmlns="https://github.com/avaloniaui"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
RequestedThemeVariant="Default">
|
|
|
|
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
|
|
|
|
|
|
|
<Application.Styles>
|
2023-07-26 01:23:05 +08:00
|
|
|
<StyleInclude Source="avares://Semi.Avalonia/Themes/Index.axaml" />
|
2023-07-25 23:15:55 +08:00
|
|
|
<StyleInclude Source="avares://Semi.Avalonia.TreeDataGrid/Index.axaml" />
|
|
|
|
</Application.Styles>
|
|
|
|
</Application>
|