初始化上传
This commit is contained in:
13
常用工具集/Views/04破解及系统相关/猫猫回收站.axaml.cs
Normal file
13
常用工具集/Views/04破解及系统相关/猫猫回收站.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