示例#1
0
 private static bool IsElementDiscrete(ElementNode elementNode)
 {
     return(ColorModule.isElementNodeTreeDiscreteColored(elementNode));
 }