Ejemplo n.º 1
0
        public override bool IsAWidget(Context context)
        {
            if (derivedFrom == null || derivedFrom.Count != 1)
            {
                return(false);
            }
            CategoryDeclaration parent = context.getRegisteredDeclaration <CategoryDeclaration>(derivedFrom[0]);

            return(parent.IsAWidget(context));
        }