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