mirror of
https://gitee.com/chinware/atomui.git
synced 2024-12-03 12:28:27 +08:00
14 lines
286 B
C#
14 lines
286 B
C#
using Avalonia.Controls;
|
|
using Button = AtomUI.Controls.Button;
|
|
using ToggleSwitch = AtomUI.Controls.ToggleSwitch;
|
|
|
|
namespace AtomUI.Demo.Desktop.ShowCase;
|
|
|
|
public partial class SeparatorShowCase : UserControl
|
|
{
|
|
public SeparatorShowCase()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
} |