Пример #1
0
        public override void Insert(int index, object value)
        {
            AddInternal(value);

            BindingListImpl.Insert(index, value);
        }