Files
Hyperbar/Hyperbar.Widget/Stopped.cs
T

3 lines
91 B
C#

namespace Hyperbar.Widget;
public record Stopped<TValue>(TValue Value) : INotification;