feat: add new class inheritance mechanism.

This commit is contained in:
rabbitism
2024-08-12 13:33:27 +08:00
parent b58c8f071e
commit 74ad61515f
5 changed files with 124 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- Add Resources Here -->
<ResourceDictionary.MergedDictionaries>
<ResourceInclude Source="AutoCompleteBox.axaml" />
<ResourceInclude Source="Avatar.axaml" />
<ResourceInclude Source="Badge.axaml" />
<ResourceInclude Source="Banner.axaml" />