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

13 lines
276 B
C#

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