Пример #1
0
        protected void AddControl(Type type, IDictionary attributes)
        {
            if (parser == null)
            {
                return;
            }

            parser.AddControl(type, attributes);
        }
 // Add a ControlBuilder in the tree at the current parser position
 protected void AddControl(Type type, IDictionary attributes)
 {
     _parser.AddControl(type, attributes);
 }