初始化上传
This commit is contained in:
13
常用工具集/Views/03图片相关/GIF分割.axaml.cs
Normal file
13
常用工具集/Views/03图片相关/GIF分割.axaml.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
|
||||
namespace 常用工具集;
|
||||
|
||||
public partial class GIF分割 : UserControl
|
||||
{
|
||||
public GIF分割()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user