整理代码
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace ShrlAlgo.RvKits.RvIndependent.MetroGauges.LandXMLData
|
||||
{
|
||||
[XmlType("ProjectOf")]
|
||||
[Serializable]
|
||||
public class Project
|
||||
{
|
||||
[XmlAttribute("name")]
|
||||
public string Name { get; set; }
|
||||
|
||||
[XmlAttribute("file")]
|
||||
public string File { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user