mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
13 lines
225 B
C#
13 lines
225 B
C#
using Avalonia;
|
|
using Avalonia.Controls;
|
|
using Avalonia.Markup.Xaml;
|
|
|
|
namespace DownKyi.CustomControl;
|
|
|
|
public partial class CustomPager : UserControl
|
|
{
|
|
public CustomPager()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |