2023-01-20 23:08:33 +08:00
|
|
|
<Application
|
2023-08-30 00:13:26 +08:00
|
|
|
x:Class="Semi.Avalonia.Demo.App"
|
2023-01-20 23:08:33 +08:00
|
|
|
xmlns="https://github.com/avaloniaui"
|
2024-02-21 16:32:48 +08:00
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
xmlns:semi="https://irihi.tech/semi">
|
2023-01-20 23:08:33 +08:00
|
|
|
<Application.Styles>
|
2024-07-10 18:36:51 +08:00
|
|
|
<!-- You can still reference in old way. -->
|
|
|
|
<!-- <StyleInclude Source="avares://Semi.Avalonia/Themes/Index.axaml" /> -->
|
2024-07-23 14:57:21 +08:00
|
|
|
<semi:SemiTheme Locale="zh-cn" />
|
2023-06-04 23:10:03 +08:00
|
|
|
<StyleInclude Source="avares://Semi.Avalonia.DataGrid/Index.axaml" />
|
|
|
|
<StyleInclude Source="avares://Semi.Avalonia.ColorPicker/Index.axaml" />
|
2023-01-20 23:08:33 +08:00
|
|
|
</Application.Styles>
|
|
|
|
</Application>
|