初始化上传
This commit is contained in:
19
常用工具集/Views/UserControl1.axaml.cs
Normal file
19
常用工具集/Views/UserControl1.axaml.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
using System;
|
||||
|
||||
namespace 常用工具集;
|
||||
|
||||
public partial class UserControl1 : UserControl
|
||||
{
|
||||
public UserControl1()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
internal void SetText(string header)
|
||||
{
|
||||
label.Content = header;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user