10 lines
130 B
C#
10 lines
130 B
C#
|
namespace DeepNestLib
|
|||
|
{
|
|||
|
public class Sheet : NFP
|
|||
|
{
|
|||
|
public double Width;
|
|||
|
public double Height;
|
|||
|
}
|
|||
|
}
|
|||
|
|