9 lines
84 B
C#
9 lines
84 B
C#
namespace ExportDXF
|
|
{
|
|
enum BendDirection
|
|
{
|
|
Up,
|
|
Down
|
|
}
|
|
}
|