Exemple #1
0
 protected override void InsertItem(int index, T item)
 {
     base.InsertItem(index, item);
     parent.InsertItem(index, item);
 }