mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-03 00:00:55 +08:00
11 lines
203 B
C#
11 lines
203 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Semi.Avalonia.Demo.Pages;
|
|
|
|
public partial class CalendarDatePickerDemo : UserControl
|
|
{
|
|
public CalendarDatePickerDemo()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |