4 lines
109 B
C#
4 lines
109 B
C#
namespace SSPCTester.Logic.Report;
|
|
|
|
public sealed record CurveReportImages(byte[]? Rising, byte[]? Falling);
|