10 lines
435 B
XML
10 lines
435 B
XML
<Application
|
|
x:Class="Semi.Avalonia.Demo.Desktop.App"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="using:Semi.Avalonia.Demo.Desktop">
|
|
<Application.Styles>
|
|
<!--<StyleInclude Source="avares://Semi.Avalonia/Themes/Index.axaml" />-->
|
|
<StyleInclude Source="avares://Semi.Avalonia/Themes/Index.axaml" />
|
|
</Application.Styles>
|
|
</Application> |