mirror of
https://gitee.com/chinware/atomui.git
synced 2024-11-30 02:47:45 +08:00
10 lines
430 B
XML
10 lines
430 B
XML
<UserControl
|
|
x:Class="AtomUI.Demo.Desktop.ShowCase.CardShowCase"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:desktop="clr-namespace:AtomUI.Demo.Desktop"
|
|
mc:Ignorable="d">
|
|
<desktop:ShowCasePanel />
|
|
</UserControl> |