예제 #1
0
 public string ListTreeModelProperties()
 {
     return(model.GetMesh() + ", " + model.GetLeaf() + ", " + model.GetBark());
 }