WIP
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record CreateEventArgs<TValue>(TValue Value);
|
||||
public record CreateEventArgs<TValue>(TValue Value, params object[] Parameters);
|
||||
Reference in New Issue
Block a user