2bef75f548
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
122 B
C#
8 lines
122 B
C#
namespace FabWorks.Core.PressBrake
|
|
{
|
|
public class SegEntry
|
|
{
|
|
public double SegValue { get; set; }
|
|
}
|
|
}
|