4 lines
88 B
C#
4 lines
88 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record ConfirmEventArgs<TValue>(TValue Value);
|