mirror of
https://gitee.com/chinware/atomui.git
synced 2024-12-02 11:57:42 +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 ComboBoxShowCase : UserControl
|
|
{
|
|
public ComboBoxShowCase()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |