示例#1
0
            void set()
            {
                Groups = null;

                if (Owner.groupon == null)
                {
                    Rows = Owner.List;
                    return;
                }

                Groups = new GroupList(Owner);

                Rows = Groups.Fill();
            }
示例#2
0
 internal GroupRow(GroupList Owner)
 {
     this.Owner = Owner;
 }
示例#3
0
 public NewRowsGroup(GroupList list) : base(list)
 {
 }