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