Ejemplo n.º 1
0
 private bool IsActive(_7thWrapperLib.ActiveWhen aw)
 {
     if (aw == null)
     {
         return(true);
     }
     return(aw.IsActive(IsConfigActive));
 }
Ejemplo n.º 2
0
 public override bool IsActive(Func <string, bool> check)
 {
     return(!_child.IsActive(check));
 }