コード例 #1
0
ファイル: Tree.cs プロジェクト: dinhvinhloc/DataStructure
 public string ListTreeModelProperties()
 {
     return(model.GetMesh() + ", " + model.GetLeaf() + ", " + model.GetBark());
 }