整理代码
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace ShrlAlgo.RvKits.RvIndependent.MetroGauges.LandXMLData
|
||||
{
|
||||
[Serializable]
|
||||
public class ParaCurve : TextPoint2D
|
||||
{
|
||||
[XmlAttribute("length")]
|
||||
public double CurveLength { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user