mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-06-07 10:28:21 +08:00
11 lines
214 B
C#
11 lines
214 B
C#
|
|
using Avalonia.Controls;
|
||
|
|
|
||
|
|
namespace Semi.Avalonia.Demo.Pages;
|
||
|
|
|
||
|
|
public partial class HeaderedContentControlDemo : UserControl
|
||
|
|
{
|
||
|
|
public HeaderedContentControlDemo()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|