mirror of
https://gitee.com/chinware/atomui.git
synced 2024-12-02 11:57:42 +08:00
14 lines
284 B
C#
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();
|
|
}
|
|
|
|
} |