mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-14 21:46:37 +08:00
13 lines
235 B
C#
13 lines
235 B
C#
using Avalonia;
|
|
using Avalonia.Controls;
|
|
using Avalonia.Markup.Xaml;
|
|
|
|
namespace Semi.Avalonia.Demo.Pages;
|
|
|
|
public partial class RepeatButtonDemo : UserControl
|
|
{
|
|
public RepeatButtonDemo()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |