mirror of
https://gitee.com/chinware/atomui.git
synced 2024-12-02 11:57:42 +08:00
11 lines
202 B
C#
11 lines
202 B
C#
using Avalonia.Controls;
|
|
|
|
namespace AtomUI.Demo.Desktop.ShowCase;
|
|
|
|
public partial class TimePickerShowCase : UserControl
|
|
{
|
|
public TimePickerShowCase()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |