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