Moved nesting to SawCut library
This commit is contained in:
9
SawCut/BinItem.cs
Normal file
9
SawCut/BinItem.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace SawCut
|
||||
{
|
||||
public class BinItem
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public double Length { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user