mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-08 18:26:35 +08:00
13 lines
241 B
C#
13 lines
241 B
C#
|
|
using Avalonia.Controls;
|
|||
|
|
|
|||
|
|
namespace Semi.Avalonia.Demo.Pages
|
|||
|
|
{
|
|||
|
|
public partial class WindowCustomizationsPage : UserControl
|
|||
|
|
{
|
|||
|
|
public WindowCustomizationsPage()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|