atomui/samples/AtomUI.Demo.Desktop/ShowCase/ExpanderShowCase.axaml.cs
2024-07-30 10:14:09 +08:00

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();
}
}