mirror of
https://gitee.com/chinware/atomui.git
synced 2024-11-30 10:57:56 +08:00
13 lines
280 B
C#
13 lines
280 B
C#
using Avalonia.Controls;
|
|
using Button = AtomUI.Controls.Button;
|
|
using ToggleSwitch = AtomUI.Controls.ToggleSwitch;
|
|
|
|
namespace AtomUI.Demo.Desktop.ShowCase;
|
|
|
|
public partial class ExpanderShowCase : UserControl
|
|
{
|
|
public ExpanderShowCase()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |