3 lines
91 B
C#
3 lines
91 B
C#
namespace Hyperbar.Widget;
|
|
|
|
public record Stopped<TValue>(TValue Value) : INotification; |