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

13 lines
278 B
C#

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