3 lines
101 B
C#
3 lines
101 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record RequestEventArgs<TSender>(TSender? Sender = default); |