示例#1
0
文件: XML_IO.cs 项目: TheByte/sones
 public Object ExportVertex(Vertex myVertex)
 {
     return myVertex.ToXML();
 }