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

11 lines
210 B
C#

using Avalonia.Controls;
namespace AtomUI.Demo.Desktop.ShowCase;
public partial class DropdownButtonShowCase : UserControl
{
public DropdownButtonShowCase()
{
InitializeComponent();
}
}