Exemplo n.º 1
0
 public static bool IsVisible(this DObject node)
 {
     return(!node.IsForbidden());
 }