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