整理代码
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace ShrlAlgo.RvKits.RvIndependent.MetroGauges.LandXMLData;
|
||||
|
||||
[XmlType("ElementToMove")]
|
||||
[Serializable]
|
||||
public class ElementModel : ShapeModel
|
||||
{
|
||||
[XmlElement("Hole")]
|
||||
public List<ShapeModel> Holes = new();
|
||||
}
|
||||
Reference in New Issue
Block a user