11 lines
195 B
C#
11 lines
195 B
C#
namespace SawCut
|
|
{
|
|
public class MultiBin
|
|
{
|
|
public int Quantity { get; set; } = 1;
|
|
|
|
public double Length { get; set; }
|
|
|
|
public int Priority { get; set; }
|
|
}
|
|
} |