初始化上传
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