예제 #1
0
파일: XML_IO.cs 프로젝트: TheByte/sones
 public Object ExportVertex(Vertex myVertex)
 {
     return myVertex.ToXML();
 }