Ejemplo n.º 1
0
 public GroupComparer(ColumnCollection owner, int listIndex, object[] values) : base(owner, listIndex, values)
 {
     IndexList = new IndexList();
 }
Ejemplo n.º 2
0
 protected static void CreateGroupeChildren(IndexList list, BaseComparer sc)
 {
     list.Add(sc);
 }