feat: add remove command support.

This commit is contained in:
rabbitism
2024-03-26 02:56:14 +08:00
parent 6993cdd7ab
commit bc4262efc8
5 changed files with 133 additions and 24 deletions

View File

@@ -1,4 +1,5 @@
using Avalonia;
using System.Windows.Input;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.Mixins;
using Avalonia.Input;