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