It it now possible to create/edit item contents

This commit is contained in:
TheXamlGuy
2024-06-06 20:42:24 +01:00
parent cc79be9acc
commit 85a5ee078d
5 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
namespace Toolkit.Foundation;
public record RequestEventArgs<TValue>(TValue Value);
public record RequestEventArgs<TValue>(TValue Value);