Exemple #1
0
 [AgRule("IsShown", "Element")] static bool ElementIsShown(Ast n)
 {
     return(!n.IsErrorQuestion() && n.IsActive());
 }
Exemple #2
0
 static bool ElementIsShown(Racr.AstNode n)
 {
     return(!n.IsErrorQuestion() && n.IsActive());
 }