atomui/samples/AtomUI.Demo.Desktop/ShowCase/DropdownButtonShowCase.axaml.cs

11 lines
205 B
C#

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