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

14 lines
284 B
C#

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