8 lines
122 B
C#
8 lines
122 B
C#
namespace FabWorks.Core.PressBrake
|
|
{
|
|
public class SegEntry
|
|
{
|
|
public double SegValue { get; set; }
|
|
}
|
|
}
|