예제 #1
0
 public List <AbstractNode> GetNodesByType(System.Type NodeType)
 {
     return(db.GetNodesByType(NodeType));
 }