初始化上传
This commit is contained in:
13
常用工具集/Views/05其他/地标写入.axaml.cs
Normal file
13
常用工具集/Views/05其他/地标写入.axaml.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
|
||||
namespace 常用工具集;
|
||||
|
||||
public partial class 地标写入 : UserControl
|
||||
{
|
||||
public 地标写入()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user