Tiraggo.Interfaces.tgConnectionsCollection.BaseAdd C# (CSharp) Method

BaseAdd() protected method

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
return void
        protected override void BaseAdd(ConfigurationElement element)
        {
            BaseAdd(element, false);
        }