4 lines
100 B
C#
4 lines
100 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record CloseEventArgs<TSender>(TSender? Sender = default);
|