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