8 lines
117 B
C#
8 lines
117 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace Sai.Toolkit.Core.LandXMLData
|
|||
|
|
{
|
|||
|
|
[Serializable]
|
|||
|
|
public class AsymCurve : ParaCurve { }
|
|||
|
|
}
|